Skip Navigation

[Resolved] Setting a generic fields to "required" in a Toolset Form

This support ticket is created 3 years, 3 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.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10: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/Kolkata (GMT+05:30)

This topic contains 2 replies, has 2 voices.

Last updated by Saul Baizman 3 years, 3 months ago.

Assisted by: Minesh.

Author
Posts
#2144923
screenshot 2021-08-17 at 12.20.15.png
screenshot 2021-08-17 at 12.20.02.png
screenshot 2021-08-17 at 12.19.49.png

Hi there,

I'm creating a Toolset Form for logged out users to submit a custom post.

On the form I've created, I've added some "Single Line" generic fields. I've set these fields to be required. When I view the form, the value of the required fields is set to "1". It's bizarre. I've attached screenshots of both the backend field configuration and the frontend display to illustrate the issue.

What am I doing wrong?

Thank you!

Saul

#2145665

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

On your edit form page - Can you please click on "Expert Mode" and navigate to your field and with the attribute:

"default":"1"

change it to:

"default":""

And save the form and see if that help you to resolve your issue.

#2145783

My issue is resolved now. Thank you!