pttyphllps@lycos.com
Forum Replies Created
-
I’m having the same problem with the Responsive Slider. All I see is the arrows and the title on the far right side.
Forum: Plugins
In reply to: all hidden fields posting to databaseThank you, Roland. I appreciate your explaining it to me.
Patricia
Forum: Plugins
In reply to: Participants Database ablility to create/display different field groups?Hi,
Okay, I have two forms with two different sets of hidden fields set up for each in my database. Unfortunately, when I look at the source code, both sets of hidden fields are in ‘the loop,’ when only one should show up.
Here is what I put onto one of my registration pages:
[pdb_signup input type=hidden name=folksignup value=”folks” ]
I cannot figure out why both hidden fields are showing up a form post.
Thanks,
PatriciaForum: Plugins
In reply to: Participants Database ablility to create/display different field groups?Hi Roland,
I’ve looked and researched and don’t how to get the hidden field into the loop. Below is the html code for the form and I’m not sure what to change to get my hidden field into the form without attempting to be a php programmer (which I’m not). Do you have any suggestions?
Thanks,
Patricia<form method=”post” enctype=”multipart/form-data” >
<input type=”hidden” name=”action” value=”signup” />
<input type=”hidden” name=”source” value=”participants-database” />
<input type=”hidden” name=”shortcode_page” value=”register” />
<input type=”hidden” name=”thanks_page” value=”http://mindmymum.com/thank-you-for-registering/” />
<table class=”form-table pdb-signup”>
<tr id=”first_name” class=”text-line”>
<th>First Name</th><td>
<input type=”text” name=”first_name” class=”required-field” value=”” />
</td>
</tr>
<tr id=”zip” class=”text-line”>
<th>Zip Code</th>
<td>
<input type=”text” name=”zip” value=”” /></td>
</tr>
<tr id=”email” class=”text-line”>
<th>Email</th>
<td>
<input type=”text” name=”email” class=”required-field” value=”” />
</td>
</tr><tr>
<td colspan=”2″ class=”submit-buttons”>
<input type=”submit” name=”submit” class=”button-primary pdb-submit” value=”Sign Up” />
</td>
</tr>
</table>
</form>Forum: Plugins
In reply to: Participants Database ablility to create/display different field groups?Thanks, Roland. I have a lot to learn but you are leading me in the right direction.
Many thanks,
PatriciaForum: Plugins
In reply to: Participants Database ablility to create/display different field groups?Hi Roland,
Thank you for trying to make it simpler for me but I’m still having problems. I found another post where you explained the same thing AND where you explain how to do it your documentation and am still having problems. I cannot get the hidden field to write to the database. I have even tried reinstalling the plugin.
1. I created a field with the Name “folkssignup” and the Title “Folks Signup” and made it a hidden field with the value being “post->post_title” (all without the quotes). I also tried checking and unchecking the boxes for Signup and for Sortable and couldn’t get it to work either way.
2. On my search page I put in [pdb_list filter=’title=Folks SignUp’] assuming that the title had to match exactly what was in the Title field. That didn’t work but then I’m not surprised as when I go to look at the back end of the records there is no indication that when I tested the input page after having added the hidden field, nothing got added to record. It remains blank. The results of my search showed all the records that I have tried putting in.
I know that there is a simple answer to this and I do appreciate any help that you can give.
Thank you,
PatriciaForum: Plugins
In reply to: Participants Database ablility to create/display different field groups?Hi Roland,
I understand how to do the hidden signup field in the sign up form but am confused about how to get a different hidden signup field for different groups of individuals if there is only one signup form no matter which page it comes from. Would it be something like
<?php wp_insert_post( $post, hidhomehealtha ); ?>
in the body of the specific page with hidhomehealtha being the name of the field in my database that has a hidden true/false value? Or would I need to get more involved and create (or find) a php document to support that line of code?
I am sorry to bother you with this, but am just muddling through. I do appreciate the time and effort that you take to respond to our posts.
Thank you,
PatriciaForum: Plugins
In reply to: Participants Database ablility to create/display different field groups?Thank you, I, too, will give it a try. Thanks for the direction!
Patricia
Forum: Plugins
In reply to: Participants Database ablility to create/display different field groups?Hi Roland,
Actually, I haven’t yet figured out how to search and filter by group,
Perhaps part of my problem is that I’ve added a field after my ‘users’ have entered their data and when I do a search=true and a filter, the original names come up automatically. Should I go back and delete the original users before I added the field?
By the way, you have done an incredible job documenting and supporting this plug-in!
Thanks,
PatriciaForum: Plugins
In reply to: Participants Database ablility to create/display different field groups?Hi Roland,
I think I figured out how to use the short codes list and record to try to display specific information to a certain group of people.
Thank you for your help,
PatriciaForum: Plugins
In reply to: Participants Database ablility to create/display different field groups?Hi Roland,
Thank you so much looking at this. I’m afraid that I’m not sure how to manage groups that way. Can you nudge me in the right direction?
I really do love your plug-in even if I don’t realize it’s full capabilities!
Thanks,
Patricia