Skip Navigation

[Resolved] use of form

This thread is resolved. Here is a description of the problem and solution.

Problem:

I'm trying to use form to create a full dynamic site, but I need some advanced help to complete what I'm looking for.

Solution:

Please check the answers here:

https://toolset.com/forums/topic/use-of-form/#post-2250559

Relevant Documentation:

https://toolset.com/course-lesson/front-end-forms-for-adding-content/

This support ticket is created 2 years, 11 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Our next available supporter will start replying to tickets in about 1.12 hours from now. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 2 replies, has 2 voices.

Last updated by fabioF-5 2 years, 11 months ago.

Assisted by: Luo Yang.

Author
Posts
#2250127

Tell us what you are trying to do?
Hello, I'm trying to use form to create a full dynamic site, but I need some advanced help to complete what I'm looking for.
In particular I need for two things: the first one is how style the form with css like your support function of toolset web site.
How can I use form 1 and when submit load form 2 and so on.
I have a problem with form because in form 1 I asking some data of user in registration form that are necessary to complete registration, and in form 2 are others fields to complete registration form, but I can't delete the fields required in form 1 because are of the same post type and they are locked.
Some solutions?
I'm sorry , probably it's more easy then what I think but can't find a way to complete it.

other thing, How can I setting a fields that count characters left like in this support service.

What is the link to your site?
I'm working offline in a xamp task, when complete the project I'll publish it.

Thank you,
best regards

#2250559

Hello,

There are lots of questions in this thread, I am trying to answer them one by one.

Q1) how style the form with css like your support function of toolset web site.
You can follow our document to style Toolset Forms:
https://toolset.com/course-lesson/styling-front-end-forms/

Q2) You can put those two posts in two different pages, after user submit form A, redirect user to another page with form B, see our document:
https://toolset.com/course-lesson/front-end-forms-for-adding-content/

Q3) but I can't delete the fields required in form 1 because are of the same post type and they are locked.
You can edit post form 2, enable "Expert mode", and remove those required fields.

Q4) How can I setting a fields that count characters left like in this support service.
There isn't such kind of built-in feature within Toolset Forms plugin
You can submit the new feature request using the following form:
https://toolset.com/home/contact-us/suggest-a-new-feature-for-toolset/
Currently, you can consider custom codes, for example below thread:
https://toolset.com/forums/topic/limit-count-characters-in-text-area-for-post-type-form/#post-1289503

#2253145

My issue is resolved now. Thank you!