I have a multipage form with over 100 total fields. I tried to move the pages using the interface and the page positions and numbers went bonkers. Pages won't move to the right position. Click on page 1 or page 2 and upper right says page 1 of 3 on both, click on page 3 and upper right says page 2 of 3. My page two split itself into two pages, I assume because I had too many fields on it?
Have I exceeded the capacity of the tool?
My form id is 58046.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hardly a difficult task to manage 100 entries. No, you have not reached a limit.
There is a bug related to moving fields once the form has been created so I suggest you don't do that. Either manage your fields as you create the form and don't move anything once it has been established or wait until you are done and do the moving of fields using an HTML editor. If you choose the later you will have to also manage changing the javascript error checking if you move fields from page to page.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It can always be fixed but you must have some idea of what you are doing. If you are totally lost I can probably help but I'll need to get a copy of your form and some instructions from you as to what it is you are looking for.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thank you. I tried the form and got this on Submit:
Parse error: syntax error, unexpected ':' in /home/.horus/abm05/abmoving.com/form58046/processor.php on line 25
Can you tell me what that indicates?
If you view the form at the link provided below, it is basically what I want except for formatting and the database issue, which I have not gotten to yet. With the above error, I have no idea how to begin to get this fixed. Line 25 on the processor.php file is:
TV Monitor (26" or Smaller): " . $_POST['field_17'] . "
I have an idea it has something to do with the parentheses. There are about 3 lines of code containing parentheses like this.
I have a multipage form with over 100 total fields. I tried to move the pages using the interface and the page positions and numbers went bonkers. Pages won't move to the right position. Click on page 1 or page 2 and upper right says page 1 of 3 on both, click on page 3 and upper right says page 2 of 3. My page two split itself into two pages, I assume because I had too many fields on it?
Have I exceeded the capacity of the tool?
My form id is 58046.
Hardly a difficult task to manage 100 entries. No, you have not reached a limit.
There is a bug related to moving fields once the form has been created so I suggest you don't do that. Either manage your fields as you create the form and don't move anything once it has been established or wait until you are done and do the moving of fields using an HTML editor. If you choose the later you will have to also manage changing the javascript error checking if you move fields from page to page.
Now that I have already tried the moves, do I have to start over?? Ugh. Sure hope not, with that many fields.
It can always be fixed but you must have some idea of what you are doing. If you are totally lost I can probably help but I'll need to get a copy of your form and some instructions from you as to what it is you are looking for.
Thank you. I tried the form and got this on Submit:
Parse error: syntax error, unexpected ':' in /home/.horus/abm05/abmoving.com/form58046/processor.php on line 25
Can you tell me what that indicates?
If you view the form at the link provided below, it is basically what I want except for formatting and the database issue, which I have not gotten to yet. With the above error, I have no idea how to begin to get this fixed. Line 25 on the processor.php file is:
TV Monitor (26" or Smaller): " . $_POST['field_17'] . "
I have an idea it has something to do with the parentheses. There are about 3 lines of code containing parentheses like this.
My form is located here: http://www.abmoving.com/form58046/form.html
The form is used by a local moving company to obtain information in order to provide a price quotation.
Jack
OK, got it working by eliminating the " and the () inside the text. I know there is a way to do that, but I have forgotten.
Anyway, the return email to me shows "Apache user" and a server-side email address. How do I change that?
Also, my Confirmation text will not save using the wizard. Nor will the form description. I assume this is another bug being addressed.