Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Add a button as variable into a MRVS or in a Catalog Item

Diorella Angulo
Tera Expert

Hello,

 

I have a requirement to include a "Contact Us" button in a multi row variable set and when the user hit the button it should send an email to the owners. I have tried with Custom, HTML and even Label variable types, but none of them can be part of a multi row variable, so I guess I have to add it to the Catalog Item itself.

 

Do any of you try this before from a MRVS? If not, how can I add a button that opens an email template so the user can send the email.

 

I'm not much familiar with XML. I copied this code from another post to see what I got, but nothing is displayed in the Catalog Item.

 

<?xml version="1.0" encoding="utf-8" ?>
<j:jelly trim="false" xmlns:j="jelly:core" xmlns:g="glide" xmlns:j2="null" xmlns:g2="null">
<div class="orderButton">

<a class="request_catalog_button addtlBtn" onClick="orderNow();">Order Now</a>

</div>

</j:jelly>

 

 

 

1 REPLY 1

Vaibhav27
Tera Expert

Man..! no one responded yet..!
I am also trying to add a button on the Add Row popup of MRVS, which would add the row without closing the form.
@Diorella Angulo,  Were you able to make it work?