I want guests that come on my website (travel site) submit an enquiry for a specific travel package.
There I would need to collect various information (Name, destination, preferences,timing, etc)
I have been playing around with the Access Control, create Custom Type for users but cannot find the right approach.
Tried it with User Forms and Post Forms ( which gives me CRED files I cannot open)
I can easily create users but the information I can see then ( probably from WordPress standard) is too limited.
The point is I don't want these guests to become users ( subscribers or otherwise) because they will be one time visitors generally.
Can I use Toolset to create this or do you advise to use a plug-in?
I would prefer Toolset because I can include fields etc.
I hope this description is not too confusing and that you can point me in the right direction
Thanks
Dirk
Hi Dinesh,
I followed the steps.
Created new Post Type + Custom fields to capture the necessary info ( Name, Address, etc)
Create a Form
Create a Page where to fill in the form.
I can see the form and fill it out, and submit it.
But when I try to get date from the newly create Post type I see
CRED Auto Draft 9834517451092c343e3fe7eafdb25bc9
I have not activated Toolset Access, maybe I should do this ?
Thanks
Dirk
No - I would like not know what you want to have as a post title.
What combination of your custom field values of your contact form you want to see as post title?
Can you please share what fields you created with your custom field slugs and share this information and I would be happy to help. Also, did you create post relationship between your post type?
I add the different screen shots on how I created the "Offertes" (which are inquiries) , set up the form , display the form and what the results are after input.
So :
I can display the input form on the front-end , register an input and afterwards fire the input.
The only inconvenience is that all inputs have as title a CRED draft xxxxxx format.
I would like to see as title the field "Familienaam"as I circled in the screenshot .
I have not created any relationship. I honestly do not know between what I should define the relationship
You can add a new code snippet to "Custom Code" section and add the following code to that snippet after the following line in your code snippet:
toolset_snippet_security_check() or die( 'Direct access is not allowed' );