Jan 7th, 2013, 6:50 AM
Hi Kazi,
One method is when the user goes to the form page, have it log them in using the data stored in their user account. Not sure how to do this...possibly using FT loginAPI?
Another way might be to not link to the form page on any other webpage (no inbound links). Then remove the form page from being indexed so it can't be found with search engines.
http://support.google.com/webmasters/bin...35301&rd=1
http://www.online-tech-tips.com/google-s...gle-index/
Setting a field to required in FT has no effect on your external forms.
Here is how to add validation rules to your external site: http://docs.formtools.org/tutorials/js_v...page=index
Once they are logged in, there is a link to both the external form (for submitting) and to the submitted data (for editing).
Only the external form will utilize the js hide divs. The internal form is basically a way to view and edit what the user has submitted.
Is the external form showing all fields regardless of radio button status?
If you post the code or PM me a link to the form, I can take a quick look.
Bill
One method is when the user goes to the form page, have it log them in using the data stored in their user account. Not sure how to do this...possibly using FT loginAPI?
Another way might be to not link to the form page on any other webpage (no inbound links). Then remove the form page from being indexed so it can't be found with search engines.
http://support.google.com/webmasters/bin...35301&rd=1
http://www.online-tech-tips.com/google-s...gle-index/
Setting a field to required in FT has no effect on your external forms.
Here is how to add validation rules to your external site: http://docs.formtools.org/tutorials/js_v...page=index
Once they are logged in, there is a link to both the external form (for submitting) and to the submitted data (for editing).
Only the external form will utilize the js hide divs. The internal form is basically a way to view and edit what the user has submitted.
Is the external form showing all fields regardless of radio button status?
If you post the code or PM me a link to the form, I can take a quick look.
Bill