Is there any way to not show the label and text field in the Email output if the user didn't put anything in the field?
Will this work even if I used the Wizard edit to create my form?
I have over a 100 fields and don't really want to create an array for each one. Any easier way?
Here is my form:
http://interoofficesolutions.com/index.php?option=com_chronocontact&chronoformname=OrderList
I have over a 100 fields and don't really want to create an array for each one. Any easier way?
Here is my form:
http://interoofficesolutions.com/index.php?option=com_chronocontact&chronoformname=OrderList
Hi lalov,
I'd probably take the time now to move these into a database table to make the form simpler to maintain. But if that isn't practical you could possibly write a loop to go through the input names text_0 to text_140.
Bob
I'd probably take the time now to move these into a database table to make the form simpler to maintain. But if that isn't practical you could possibly write a loop to go through the input names text_0 to text_140.
Bob
Sorry to be a bother, but I'm fairly new to all this. What do you mean by look and do I put this in the Email template?
This topic is locked and no more replies can be posted.