re: https://www.brocars.co.uk//index.php?option=com_chronocontact&chronoformname=businessproporsalform&Itemid=81
The form is working ok but not all of the results are being displayed. The only thing I can notice is that the field titles I have set are not showing up either for some of the fields. This does seem to correspond mainly with the fields where the results are not diplaying too.
Hope you can help
Paul
The form is working ok but not all of the results are being displayed. The only thing I can notice is that the field titles I have set are not showing up either for some of the fields. This does seem to correspond mainly with the fields where the results are not diplaying too.
Hope you can help
Paul
Hi Paul,
Field names and ids can only contain a-zA-Z1-9 and underscore, they may not contain spaces or brackets () - and they must start with a letter.
My guess is that names like this one are causing the problem:
Bob
Field names and ids can only contain a-zA-Z1-9 and underscore, they may not contain spaces or brackets () - and they must start with a letter.
My guess is that names like this one are causing the problem:
<input id="director (1) address (2)" type="text" size="50" name="director (1) address (2)"/>
make this something like like name='director1_address2'Bob
This topic is locked and no more replies can be posted.