This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 3
Form Format issue
Started 11 years ago by koretelematics | 5 posts |
-
Hi Support,
We just upgrade to the new Machform and are experiencing some formating issues.
1. Repeating form title
2. Guideline for user are display under each field
3. Bullet in front of all fieldsLink for your reference.
Please provide a solution, thanks!
Regards,
AnthonyPosted 11 years ago # -
Did you do the upgrade process correctly? i.e. copy all files except "data" and "hooks" folder and config.php file and then run the "upgrade.php" script? See instructions, http://www.appnitro.com/upgrading-machform-v3.
(1) Not sure about the repeating title without seeing the form (please provide the link). Is one title your actual web page, and another the Form's title? It may appear duplicated but not actually? What happens if you just view the form on its own (Click the "View" link within Form manager).
(2) The guidelines by default should be by the side of the field but with CSS class you can make this appear at the bottom of field (class name is "guidelines_bottom"). (see here: http://www.appnitro.com/doc-bottom-guidelines)
(3) Not sure about the bullets against each line. It seems that a CSS file is missing. Did you upload all the files correctly (or if so, as the correct 'format' (i.e. Ascii text vs binary)? Something is causing the CSS not to format the form properly.
Which embed method are you using - iFrame, Javascript, PHP etc.?
Posted 11 years ago # -
Yes, the upgrade was done accordingly. without uploading the "data" and "hooks" folder.
(1) When click on the "View" from the form manager, it is the same. Here is the link for you to view it. http://www.koretelematics.com/machform/view.php?id=640I used the Javascript code to embedded in the web page.
Thanks again!
Anthony WangPosted 11 years ago # -
If you view the source for the form, then look for this line below, I have found the view.css file doesn't exist there, which is why it is showing strangely on the page.
<link rel="stylesheet" type="text/css" href="./data/form_640/css/view.css" media="all" />
The file "view.css" can't be found in the folder statedLook up the source in Firefox/Fire Bug. You can click the links in the source code, and the above one brings up "file not found".
Perhaps if you log a help request with Appnitro they can take a closer look - http://www.appnitro.com/contact
Repeating Titles: Maybe one is the Form title, and then you have inserted a section break and put in the same information? Without getting into the form from the form manager side of things, impossible to say. Re: guidelines below the field, this is probably caused by the lack of the view.css file, which is causing all styling to not be applied.
Posted 11 years ago # -
Thank you for your help!
Posted 11 years ago #
Reply
You must log in to post.