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!
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!
Comment