Add a button in the email notification/autoresponder content

  • HuttonSafetyGroup
    Asked on August 27, 2019 at 1:47 PM

    Is there a way to add a button to the email? Similar to the email button Under Publish for the email reminders?

    I'm trying to format a link "Click Here To Access The Next Form" but of course it only allows me to use the electric blue link text. I've been playing around trying to hyperlink an image of a button (didn't work) as well as creating a separate table for the "Click Here" text and changing the background color of that cell... as soon as I link anything though the formatting is removed. Any tips?

  • Mike_G JotForm Support
    Replied on August 27, 2019 at 2:27 PM

    Allow me to give you the codes that you need to copy into the Source Code of the content of the email alerts (notification/autoresponder) in your form. It'll create a button similar to the button in the Reminder Email.

    Here are the codes:

    <table class="mceEditable" style="border-collapse: collapse; border-radius: 3px; border-spacing: 0; margin: 0 auto;" contenteditable="true" width="95%" cellspacing="0" cellpadding="0" align="center" bgcolor="#3774e8">

    <tbody>

    <tr>

    <td class="mceNonEditable" style="padding: 0;" contenteditable="false"><a class="mceEditable" style="border: 0px solid #f5713a; display: inline-block; font-size: 14px; width: 100%; height: 48px; line-height: 52px; overflow-y: hidden; text-align: center; text-decoration: none; color: #ffffff;" contenteditable="true" href="https://form.jotform.com/92385508118966" target="_blank" rel="noopener noreferrer">Clone of Contact Us</a></td>

    </tr>

    </tbody>

    </table>

    1566929855zt14 14 39 Screenshot 10

    And, to easily update the link and its display text, please do what is shown in the screenshot below after including the codes above in the Source Code of the content of the email alerts (notification/autoresponder) in your form.

    1566930248zt14 19 12 Screenshot 21

    Please give it a try and let us know if you need any further assistance.