I am trying to add the physical mailing address to a wordpress CC form. It's not an option in the drag and drop fields. Here is the code I do have:
<label> Your Name (required)[text* your-name] </label>
<label> Your Email (required)[email* your-email] </label>
<label> Subject[text your-subject] </label>
<label> Phone Number[tel tel-125]</label>
[submit "Send"]
All I need is the additional code for address line1, 2, city, state and zip. I cannot find it! Can anyone help? This is for a non-profit event tomorrow!
... View more