Hi,
This is the form: http://www.newhorizonsonline.co.uk/index.php?option=com_chronocontact&chronoformname=Booking&Itemid=60
Everything bseems to be coming through apart from the passport fields and the Second Person Attending (if applicable).
Everything below and above comes through fine and I cannot figure out why?
Heres the html:
This is the form: http://www.newhorizonsonline.co.uk/index.php?option=com_chronocontact&chronoformname=Booking&Itemid=60
Everything bseems to be coming through apart from the passport fields and the Second Person Attending (if applicable).
Everything below and above comes through fine and I cannot figure out why?
Heres the html:
<div class="form_item">
<div class="form_element cf_heading">
<h1 class="cf_text">NEW HORIZONS ~ BOOKING FORM</h1>
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_text"> <span class="cf_text">Please complete the form below with all the required details and we will respond to you as quickly as we can with confirmation of availability.</span> </div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_text"> <span class="cf_text">You can pay on line to account no. 01804057, sort code 40-20-12, quoting your surname and departure date, or post a cheque, payable to New Horizons, to 7 Wood Street, Eastwood, Notts, NG16 3DD. </span> </div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Title</label>
<input class="cf_inputbox" maxlength="150" size="10" title="" id="text_3" name="text_3" type="text" />
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">First Name</label>
<input class="cf_inputbox required" maxlength="150" size="30" title="" id="text_4" name="text_4" type="text" />
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Surname</label>
<input class="cf_inputbox required" maxlength="150" size="30" title="" id="text_5" name="text_5" type="text" />
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Date of Birth</label>
<input class="cf_inputbox" maxlength="150" size="30" title="" id="text_6" name="text_6" type="text" />
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_text"> <span class="cf_text">(Passport details if trip involves flight)</span> </div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Passport Number</label>
<input class="cf_inputbox" maxlength="150" size="30" title="" id="text_25" name="text_25" type="text" />
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Passport Expiry</label>
<input class="cf_inputbox" maxlength="150" size="30" title="" id="text_26" name="text_26" type="text" />
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Email</label>
<input class="cf_inputbox" maxlength="150" size="30" title="" id="text_9" name="text_9" type="text" />
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Tel No</label>
<input class="cf_inputbox" maxlength="150" size="30" title="" id="text_10" name="text_10" type="text" />
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textarea">
<label class="cf_label" style="width: 150px;">Address</label>
<textarea class="cf_inputbox" rows="3" id="text_12" title="" cols="30" name="text_12"></textarea>
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Post Code</label>
<input class="cf_inputbox" maxlength="150" size="30" title="" id="text_13" name="text_13" type="text" />
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textarea">
<label class="cf_label" style="width: 150px;">Comments</label>
<textarea class="cf_inputbox" rows="3" id="text_14" title="" cols="30" name="text_14"></textarea>
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_text"> <span class="cf_text">Second Person Attending (if applicable)</span> </div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">First Name 2nd Person</label>
<input class="cf_inputbox" maxlength="150" size="30" title="" id="text_21" name="text_21" type="text" />
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Surname - 2nd Person</label>
<input class="cf_inputbox" maxlength="150" size="30" title="" id="text_22" name="text_22" type="text" />
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Date of Birth - 2nd Person</label>
<input class="cf_inputbox" maxlength="150" size="30" title="" id="text_23" name="text_23" type="text" />
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Passport Number - 2nd Person</label>
<input class="cf_inputbox" maxlength="150" size="30" title="" id="text_24" name="text_24" type="text" />
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Passport Expiry - 2nd Person</label>
<input class="cf_inputbox" maxlength="150" size="30" title="" id="text_27" name="text_27" type="text" />
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_heading">
<h1 class="cf_text">TOURS</h1>
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_checkbox">
<label class="cf_label" style="width: 150px;">Which tour would you like to attend?</label>
<div class="float_left">
<input value="Essex Coast" title="" class="radio" id="check00" name="check0[]" type="checkbox" />
<label for="check00" class="check_label">Essex Coast</label>
<br />
<input value="India ~ Birds, Tigers & the Taj Mahal" title="" class="radio" id="check01" name="check0[]" type="checkbox" />
<label for="check01" class="check_label">India ~ Birds, Tigers & the Taj Mahal</label>
<br />
<input value="Discover Cuba" title="" class="radio" id="check02" name="check0[]" type="checkbox" />
<label for="check02" class="check_label">Discover Cuba</label>
<br />
<input value="Solway Firth" title="" class="radio" id="check03" name="check0[]" type="checkbox" />
<label for="check03" class="check_label">Solway Firth</label>
<br />
<input value="Portugal I" title="" class="radio" id="check04" name="check0[]" type="checkbox" />
<label for="check04" class="check_label">Portugal I</label>
<br />
<input value="Portugal II" title="" class="radio" id="check05" name="check0[]" type="checkbox" />
<label for="check05" class="check_label">Portugal II</label>
<br />
<input value="Cairngorms" title="" class="radio" id="check06" name="check0[]" type="checkbox" />
<label for="check06" class="check_label">Cairngorms</label>
<br />
<input value="New Forest & Brownsea Island" title="" class="radio" id="check07" name="check0[]" type="checkbox" />
<label for="check07" class="check_label">New Forest & Brownsea Island</label>
<br />
<input value="Finland" title="" class="radio" id="check08" name="check0[]" type="checkbox" />
<label for="check08" class="check_label">Finland</label>
<br />
<input value="Northumberland" title="" class="radio" id="check09" name="check0[]" type="checkbox" />
<label for="check09" class="check_label">Northumberland</label>
<br />
<input value="South Georgia" title="" class="radio" id="check010" name="check0[]" type="checkbox" />
<label for="check010" class="check_label">South Georgia</label>
<br />
</div>
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_heading">
<h1 class="cf_text">MORNING WALKS</h1>
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_checkbox">
<label class="cf_label" style="width: 150px;">Which morning walk would you like to attend?</label>
<div class="float_left">
<input value="Markeaton Park" title="" class="radio" id="check10" name="check1[]" type="checkbox" />
<label for="check10" class="check_label">Markeaton Park</label>
<br />
<input value="Holme Pierrepont" title="" class="radio" id="check11" name="check1[]" type="checkbox" />
<label for="check11" class="check_label">Holme Pierrepont</label>
<br />
<input value="Trentlock" title="" class="radio" id="check12" name="check1[]" type="checkbox" />
<label for="check12" class="check_label">Trentlock</label>
<br />
<input value="Darley Abbey" title="" class="radio" id="check13" name="check1[]" type="checkbox" />
<label for="check13" class="check_label">Darley Abbey</label>
<br />
<input value="Poolsbrook" title="" class="radio" id="check14" name="check1[]" type="checkbox" />
<label for="check14" class="check_label">Poolsbrook</label>
<br />
<input value="Fiskerton" title="" class="radio" id="check15" name="check1[]" type="checkbox" />
<label for="check15" class="check_label">Fiskerton</label>
<br />
<input value="Elvaston Castle" title="" class="radio" id="check16" name="check1[]" type="checkbox" />
<label for="check16" class="check_label">Elvaston Castle</label>
<br />
<input value="Melbourne Parks" title="" class="radio" id="check17" name="check1[]" type="checkbox" />
<label for="check17" class="check_label">Melbourne Parks</label>
<br />
<input value="Shining Cliff Woods" title="" class="radio" id="check18" name="check1[]" type="checkbox" />
<label for="check18" class="check_label">Shining Cliff Woods</label>
<br />
<input value="Mill Town" title="" class="radio" id="check19" name="check1[]" type="checkbox" />
<label for="check19" class="check_label">Mill Town</label>
<br />
<input value="Shipley Park" title="" class="radio" id="check110" name="check1[]" type="checkbox" />
<label for="check110" class="check_label">Shipley Park</label>
<br />
<input value="West Leake Hills" title="" class="radio" id="check111" name="check1[]" type="checkbox" />
<label for="check111" class="check_label">West Leake Hills</label>
<br />
<input value="Beeley Moor" title="" class="radio" id="check112" name="check1[]" type="checkbox" />
<label for="check112" class="check_label">Beeley Moor</label>
<br />
</div>
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_heading">
<h1 class="cf_text">DAY BREAKS</h1>
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_checkbox">
<label class="cf_label" style="width: 150px;">Which day break would you like to attend?</label>
<div class="float_left">
<input value="Idle Valley Wetlands" title="" class="radio" id="check20" name="check2[]" type="checkbox" />
<label for="check20" class="check_label">Idle Valley Wetlands</label>
<br />
<input value="Rother Valley" title="" class="radio" id="check21" name="check2[]" type="checkbox" />
<label for="check21" class="check_label">Rother Valley</label>
<br />
<input value="Slimbridge" title="" class="radio" id="check22" name="check2[]" type="checkbox" />
<label for="check22" class="check_label">Slimbridge</label>
<br />
<input value="Pitsford Water" title="" class="radio" id="check23" name="check2[]" type="checkbox" />
<label for="check23" class="check_label">Pitsford Water</label>
<br />
<input value="Nene Washes" title="" class="radio" id="check24" name="check2[]" type="checkbox" />
<label for="check24" class="check_label">Nene Washes</label>
<br />
<input value="N.Cave/Tophill Low" title="" class="radio" id="check25" name="check2[]" type="checkbox" />
<label for="check25" class="check_label">N.Cave/Tophill Low</label>
<br />
<input value="Swithland/Bradgate" title="" class="radio" id="check26" name="check2[]" type="checkbox" />
<label for="check26" class="check_label">Swithland/Bradgate</label>
<br />
<input value="Forest of Dean" title="" class="radio" id="check27" name="check2[]" type="checkbox" />
<label for="check27" class="check_label">Forest of Dean</label>
<br />
<input value="Tittesworth/Roaches" title="" class="radio" id="check28" name="check2[]" type="checkbox" />
<label for="check28" class="check_label">Tittesworth/Roaches</label>
<br />
<input value="Hornsea/Bempton" title="" class="radio" id="check29" name="check2[]" type="checkbox" />
<label for="check29" class="check_label">Hornsea/Bempton</label>
<br />
<input value="Gibraltar Point" title="" class="radio" id="check210" name="check2[]" type="checkbox" />
<label for="check210" class="check_label">Gibraltar Point</label>
<br />
</div>
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_captcha">
<label class="cf_label" style="width: 150px;">PLEASE ENTER THE TEXT ON THE RIGHTHAND SIDE</label>
<span>{imageverification}</span>
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_button">
<input value="Submit" name="button_22" type="submit" />
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_text"> <span class="cf_text">By completing this form I/We agree to abide by the booking conditions and to pay the balance due no less than 10 weeks before departure This information may also be used to keep you informed about our tours and may be shared with the WEA to help promote our courses.</span> </div>
<div class="cfclear"> </div>
</div>
Hi kev,
Looks OK here - though the HTML you posted isn't the same as the form you linked to?
Please turn debug on in the form General Tab, then submit the form and post the debug output - including any 'dummy emails' - here.
Bob
Looks OK here - though the HTML you posted isn't the same as the form you linked to?
Please turn debug on in the form General Tab, then submit the form and post the debug output - including any 'dummy emails' - here.
Bob
Hi, debug on:
1. Form passed first SPAM check OK
2. Form passed the submissions limit (if enabled) OK
3. Form passed the Image verification (if enabled) OK
4. Form passed the server side validation (if enabled) OK
5. $_POST Array: Array ( [text_3] => test [text_4] => test [text_5] => test [text_6] => test [text_30] => test [text_31] => test [text_9] => test [text_10] => test [text_12] => test [text_13] => test [text_14] => test [text_21] => test [text_22] => test [text_23] => test [text_24] => test [text_27] => test [check0] => Array ( [0] => Northumberland ) [check1] => Array ( [0] => Trentlock ) [check2] => Array ( [0] => Nene Washes ) [chrono_verification] => ry7Tg [button_22] => Submit [7cf5f7cdffcc5af85ca234e70c844952] => 1 [1cf1] => f894b84a9097757b65a8862588ae7b21 [chronoformname] => Booking )
6. $_FILES Array: Array ( )
7. Form passed the plugins step (if enabled) OK
8. An email has been SENT successfully from (New Horizons)newhorizons6266@btinternet.com to [email]sales@websitepositions.co.uk[/email]
9. Debug End
10.
Redirect link set, click to test:
index.php?option=com_content&view=article&id=53:thanks
1. Form passed first SPAM check OK
2. Form passed the submissions limit (if enabled) OK
3. Form passed the Image verification (if enabled) OK
4. Form passed the server side validation (if enabled) OK
5. $_POST Array: Array ( [text_3] => test [text_4] => test [text_5] => test [text_6] => test [text_30] => test [text_31] => test [text_9] => test [text_10] => test [text_12] => test [text_13] => test [text_14] => test [text_21] => test [text_22] => test [text_23] => test [text_24] => test [text_27] => test [check0] => Array ( [0] => Northumberland ) [check1] => Array ( [0] => Trentlock ) [check2] => Array ( [0] => Nene Washes ) [chrono_verification] => ry7Tg [button_22] => Submit [7cf5f7cdffcc5af85ca234e70c844952] => 1 [1cf1] => f894b84a9097757b65a8862588ae7b21 [chronoformname] => Booking )
6. $_FILES Array: Array ( )
7. Form passed the plugins step (if enabled) OK
8. An email has been SENT successfully from (New Horizons)newhorizons6266@btinternet.com to [email]sales@websitepositions.co.uk[/email]
9. Debug End
10.
Redirect link set, click to test:
index.php?option=com_content&view=article&id=53:thanks
Hi kev,
Looks OK: [text_30] => test [text_31] => test are the passport inputs and [text_21] => test [text_22] => test [text_23] => test [text_24] => test [text_27] => test are the Second person inputs.
Bob
Looks OK: [text_30] => test [text_31] => test are the passport inputs and [text_21] => test [text_22] => test [text_23] => test [text_24] => test [text_27] => test are the Second person inputs.
Bob
Hi, yes but if you go and test the form here: http://www.newhorizonsonline.co.uk/inde ... &Itemid=60
You can see the inputs don't come through?
You can see the inputs don't come through?
Hi kev78,
It looks as though you've added new fields to the form but haven’t included them in the Email Template?
Bob
It looks as though you've added new fields to the form but haven’t included them in the Email Template?
Bob
This topic is locked and no more replies can be posted.