Add a button as variable into a MRVS or in a Catalog Item
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2022 05:01 PM
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>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2024 12:32 PM
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?