Hi,
I'm new to ChronoForms after using a competing product(RSForms).
I'd like to create a form with dynamic drop-down menus. First drop-down field has 3 options to choose from, and based upon your selection, 1 of 3 option groups would be visible and available to select other options next.
Also, I'd like to send the form to multiple email addresses that would be collected on the form.
The skeleton of my form to start with
I'll be working on changing the radio buttons to dropdowns, but I need some assistance on next steps and how to collect the data and store it in a database table.
Thanks
I'm new to ChronoForms after using a competing product(RSForms).
I'd like to create a form with dynamic drop-down menus. First drop-down field has 3 options to choose from, and based upon your selection, 1 of 3 option groups would be visible and available to select other options next.
Also, I'd like to send the form to multiple email addresses that would be collected on the form.
The skeleton of my form to start with
<table border="0">
<tr>
<td>Choose a Category *</td>
<td>
<select name="form[CategoryName][]" id="CategoryName" onchange="displayField()" >
<option value="Aerospace Exploration">Aerospace Exploration</option>
<option value="Renewable/Green Energy">Renewable/Green Energy</option>
<option value="Nutrition">Nutrition</option></select>
<div class="formClr"></div>
<span id="component16" class="formNoError">Invalid Input</span></td>
<td></td>
</tr>
<tr id="hide">
<td>Select a Team</td>
<td>
<input name="form[Aerospace]" type="radio" value="ARCSat" id="Aerospace0" /><label for="Aerospace0">ARCSat</label><br/>
<input name="form[Aerospace]" type="radio" value="Sun Sailors" id="Aerospace1" /><label for="Aerospace1">Sun Sailors</label><br/>
<input name="form[Aerospace]" type="radio" value="Tenorios" id="Aerospace2" /><label for="Aerospace2">Tenorios</label><br/>
<input name="form[Aerospace]" type="radio" value="Emerson Applied Technology" id="Aerospace3" /><label for="Aerospace3">Emerson Applied Technology</label><br/>
<input name="form[Aerospace]" type="radio" value="GADGET Resonance" id="Aerospace4" /><label for="Aerospace4">GADGET Resonance</label><br/>
<input name="form[Aerospace]" type="radio" value="Hexigami" id="Aerospace5" /><label for="Aerospace5">Hexigami</label><br/>
<input name="form[Aerospace]" type="radio" value="Falcon Robotics project EVROV" id="Aerospace6" /><label for="Aerospace6">Falcon Robotics project EVROV</label><br/>
<input name="form[Aerospace]" type="radio" value="Monte Vista FBLA" id="Aerospace7" /><label for="Aerospace7">Monte Vista FBLA</label><br/>
<div class="formClr"></div><span id="component10" class="formNoError">Invalid Input</span>
</td>
<td></td>
</tr>
<tr id="hide1">
<td>Select a Team</td>
<td>
<input name="form[Energy]" type="radio" value="ACWa" id="Energy0" /><label for="Energy0">ACWa</label><br/>
<input name="form[Energy]" type="radio" value="Ramana" id="Energy1" /><label for="Energy1">Ramana</label><br/>
<input name="form[Energy]" type="radio" value="ChlamyPower" id="Energy2" /><label for="Energy2">ChlamyPower</label><br/>
<input name="form[Energy]" type="radio" value="Team Orca" id="Energy3" /><label for="Energy3">Team Orca</label><br/>
<input name="form[Energy]" type="radio" value="Emerson Renewable Technology" id="Energy4" /><label for="Energy4">Emerson Renewable Technology</label><br/>
<input name="form[Energy]" type="radio" value="Going Green" id="Energy5" /><label for="Energy5">Going Green</label><br/>
<input name="form[Energy]" type="radio" value="Native Sun" id="Energy6" /><label for="Energy6">Native Sun</label><br/>
<input name="form[Energy]" type="radio" value="TJ Alpha" id="Energy7" /><label for="Energy7">TJ Alpha</label><br/>
<input name="form[Energy]" type="radio" value="TJ Delta Green" id="Energy8" /><label for="Energy8">TJ Delta Green</label><br/>
<input name="form[Energy]" type="radio" value="DOBB" id="Energy9" /><label for="Energy9">DOBB</label><br/>
<input name="form[Energy]" type="radio" value="Green MAST" id="Energy10" /><label for="Energy10">Green MAST</label><br/>
<div class="formClr"></div><span id="component17" class="formNoError">Invalid Input</span></td>
<td></td>
</tr>
<tr id="hide2">
<td>Select a Team</td>
<td>
<input name="form[Nutrition]" type="radio" value="AM Rocks" id="Nutrition0" /><label for="Nutrition0">AM Rocks</label><br/>
<input name="form[Nutrition]" type="radio" value="Team GBN Gadget" id="Nutrition1" /><label for="Nutrition1">Team GBN Gadget</label><br/>
<input name="form[Nutrition]" type="radio" value="Team Delicious" id="Nutrition2" /><label for="Nutrition2">Team Delicious</label><br/>
<input name="form[Nutrition]" type="radio" value="Team Rocket" id="Nutrition3" /><label for="Nutrition3">Team Rocket</label><br/>
<input name="form[Nutrition]" type="radio" value="Space Girls" id="Nutrition4" /><label for="Nutrition4">Space Girls</label><br/>
<input name="form[Nutrition]" type="radio" value="Megan Cline" id="Nutrition5" /><label for="Nutrition5">Megan Cline</label><br/>
<div class="formClr"></div><span id="component18" class="formNoError">Invalid Input</span></td>
<td></td>
</tr>
<tr>
<td>Enter your Name *</td>
<td><input type="text" value="" size="20" maxlength="60" name="form[Name]" id="Name" /><div class="formClr"></div><span id="component11" class="formNoError">Invalid Input</span></td>
<td></td>
</tr>
<tr>
<td>Email Address *</td>
<td><input type="text" value="" size="20" maxlength="60" name="form[Email]" id="Email" /><div class="formClr"></div><span id="component12" class="formNoError">Invalid Input</span></td>
<td></td>
</tr>
<tr>
<td>Email your Friend</td>
<td><input type="text" value="" size="20" maxlength="60" name="form[FriendEmail]" id="FriendEmail" /><div class="formClr"></div><span id="component13" class="formNoError">Invalid Input</span></td>
<td></td>
</tr>
<tr>
<td>Select Affiliate</td>
<td>
<input name="form[Affiliate]" type="radio" value="Affiliate 1" id="Affiliate0" /><label for="Affiliate0">Affiliate 1</label><br/>
<input name="form[Affiliate]" type="radio" value="Affiliate 2" id="Affiliate1" /><label for="Affiliate1">Affiliate 2</label><br/>
<input name="form[Affiliate]" type="radio" value="Affiliate 3" id="Affiliate2" /><label for="Affiliate2">Affiliate 3</label><br/>
<input name="form[Affiliate]" type="radio" value="Affiliate 4" id="Affiliate3" /><label for="Affiliate3">Affiliate 4</label><br/>
<div class="formClr"></div><span id="component14" class="formNoError">Invalid Input</span></td>
<td></td>
</tr>
<tr>
<td></td>
<td><input type="submit" value="Submit" name="form[Submit]" id="Submit" /><div class="formClr"></div><span id="component15" class="formNoError"></span></td>
<td></td>
</tr>
</table>
I'll be working on changing the radio buttons to dropdowns, but I need some assistance on next steps and how to collect the data and store it in a database table.
Thanks