Announcement

Collapse
No announcement yet.

Populating Form Field from a Link

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Populating Form Field from a Link

    I am working on a new form in Page Builder to replace a very old form using an Emporium plus module.

    I've been using this link below in all of our customer correspondence, so the e-mail address field is populated for the customer. It really cuts down on customer typos and also a lot of customers have e-mail forwarding so the link below fills the field with the one we used.

    http://www.mysite.com/mm5/merchant.m...email=!*EMAIL*!

    Not having any luck recreating this functionality.

    View Source shows:
    <input
    type="email"
    class="mmx-form-input mmx-form-control"
    name="mmx_contactform:fields[2]"
    id="mmx_contactform__field-2"
    placeholder="[email protected]"
    value=""
    required
    >

    Really hoping I can get this working so any help is greatly appreciated.

    TIA!

    #2
    Ok never mind, I got it. I think I need to step away for the night :)

    Holy smokes, it's been a day.

    https://www.mysite.com/mm5/merchant....actform:fields[2]=!*EMAIL*!

    Comment

    Working...
    X