May 6th, 2011, 1:40 PM
So, I was thinking about implementing a new form, and was wondering if this is possible:
The goal is to create two different forms, and have them submit to the same database.
Form 1 and 2 would share almost all of the same fields. One of the forms would ask for the person's name and address, and the other form would be for staff and ask for their name and unique organization ID number. The idea is to have those fields on a separate form for staff, so the public doesn't see those fields.
This is how I thought I would go about it:
Create one form with all of the form fields that would be used in both forms. Run through the setup the same way as usual.
Then, copy and paste the form to another page. On one form, delete the fields I don't want to see.. and do the same on the other form.
Now, will the system freak out if it doesn't see one of the fields being submitted? In other words, instead of deleting them, should I change them to "hidden" fields?
What do you think?
Alex
The goal is to create two different forms, and have them submit to the same database.
Form 1 and 2 would share almost all of the same fields. One of the forms would ask for the person's name and address, and the other form would be for staff and ask for their name and unique organization ID number. The idea is to have those fields on a separate form for staff, so the public doesn't see those fields.
This is how I thought I would go about it:
Create one form with all of the form fields that would be used in both forms. Run through the setup the same way as usual.
Then, copy and paste the form to another page. On one form, delete the fields I don't want to see.. and do the same on the other form.
Now, will the system freak out if it doesn't see one of the fields being submitted? In other words, instead of deleting them, should I change them to "hidden" fields?
What do you think?
Alex