all hidden fields posting to database
-
Hi,
I’m trying to use hidden fields to know from which of two pages my users are signing up, both Providers and Folks. I created two different hidden fields at two different times using “yes” “no” as values as well as well as “post->folksignup” and “post->providersignup” as values. I have tried both checking the signup box and unchecking the signup box. When I check the boxes I see:
<input type=”hidden” name=”folksignup” value=”yes” />
<input type=”hidden” name=”providersignup” value=”yes” />within the form loop which then posts to both Folks and Providers, thereby defeating the purpose of the different signup pages.
In addition I have tried using the code:
[pdb_signup input type=hidden name=folksignup value=”post->folksignup” ] without the signup box being checked and it did not help. I tried it with the box being checked and still ended up with both fields being activated “yes.”
Obviously, I have never used hidden fields so would appreciate any nudge in the right direction. I have looked at all of the other posts here regarding participants database and thought that I’ve tried all suggestions, but I’m just not getting it.
Help!
Patricia
The topic ‘all hidden fields posting to database’ is closed to new replies.