Hello,
I am trying to use a contact form and pre-populate using the value= field. The following form below sends all the data properly but the value field is not showing.
Can anyone advise on how to make the value field work?
Thanks!
<pre><code>
<!—Contact form—>
{exp✉️contact_form user_recipients="false" recipients="myemail" charset="utf-8" return="http://domain.com/domains"}
<label for=“from”>Email Address:</label>
<input type=“text” id=“from” name=“from” size=“40” maxlength=“35” value=”” /></p>
<input type=“hidden” id=“subject” name=“subject” size=“40” value=”{title}” />
<label for=“message”>Message:</label>
<textarea id=“message” name=“message[]” rows=“10” cols=“40” value=“I would like make an offer on {title} of:“t” ></textarea>
Please enter the word you see in the image below:
{captcha}
<input type=“text” name=“captcha” value=”” maxlength=“20” /></p>
<input name=“submit” type=‘submit’ value=‘Send’ /></p>
{/exp✉️contact_form}
<!—/Contact form—>
<pre><code>