Thread Starter
milbra
(@milbra)
Sorry… don’t know why, but the web page link doesn’t. If you need to see the page, click the “test” link on the menu.
How did you add the form?
Thread Starter
milbra
(@milbra)
1. Clicked the “Contact” tab on left menu bar
2. Clicked “Add New” at top and named the form
3. Added label then clicked “Generate Tag”
a. Selected “checkboxes”
b. Named it according to label
c. Copied 1st code (brown box) into “Form” area
d. Copied 2nd code (green box)and
pasted in “Message Body” under the “Message Body [your message]”
f. Repeat for other info
g. Copied the code at the top of the page
h. Saved the form
4. Opened a new page
5. Pasted the form code
6. Saved as “Pending”
OK. Try switching to the default theme.
Thread Starter
milbra
(@milbra)
I changed the theme to “Twenty Ten”… same thing.
If it helps, here’s the code…
<h3>Hunter Information</h3></ br>
<p>[checkbox adult] Adult (over 12 yrs of age)</ br>
[checkbox adult_early] (Early registration)</ br>
[checkbox youth] Youth (12 years of age or younger)</ br>
[checkbox sponsor] Sponsor
[checkbox benefactor] Benefactor</p>
<h3>Type of Weapon</h3></ br>
<p>To select more than one option, hold CTRL+click.
[select weapon multiple "Select all that apply" "Gun" "Archery"]</p>
<h3>Type of Hunt</h3></ br>
<p>To select more than one option, hold CTRL+click.
[select hunt_type multiple "Select all that apply" "Doe" "Trophy Buck" "N/Mixed Bag"]</p>
<h3>All fields required</h3>
<p>Your Name (required)
[text* your-name] </p>
<p>Best Phone Number to Reach You (required)</ br>
[text* phone 12/12]
<p>Your Email (required)
[email* your-email] </p>
<p>Be sure to enter the following...
[captchac captcha-186 size:m][captchar captcha-186]
<p>[submit "Send"]</p>
[Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser.]
That tells the cause of the issue.
<p>[checkbox adult] Adult (over 12 yrs of age)</ br>
[checkbox adult_early] (Early registration)</ br>
[checkbox youth] Youth (12 years of age or younger)</ br>
[checkbox sponsor] Sponsor
[checkbox benefactor] Benefactor</p>
You haven’t set the values to those checkboxes.
Checkboxes, Radio Buttons and Menus
Thread Starter
milbra
(@milbra)
I’ll show you how new I am… How do I set the values?
Thanks for your help and patience!!
Thread Starter
milbra
(@milbra)
Takayuki, I figured out how to add the value! Thank you again.