Skip Navigation

[Resolved] Are Toolset post forms have validation?

This support ticket is created 3 years, 8 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
- 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/Karachi (GMT+05:00)

This topic contains 2 replies, has 2 voices.

Last updated by cassianS 3 years, 8 months ago.

Assisted by: Waqar.

Author
Posts
#1978871

Hi guys.
I can't find information on whether Toolset forms have some validation and protection against code/SQL injections.
Could you please advice is Toolset forms have some kind of protection?
thank you

#1979291

Hi,

Thank you for contacting us and I'd be happy to assist.

In general, WordPress offers built-in security measures to protect from SQL or cross-site scripting vulnerabilities, which are carried over to the Toolset Forms as well.

Any new vulnerability discovered within our forms is also acted upon swiftly by our development team so that our users are always protected.

To add any custom validation rules to the field data submitted through our forms, you can also use "cred_form_validate" hook:
https://toolset.com/documentation/programmer-reference/cred-api/#cred_form_validate

regards,
Waqar

#1979859

My issue is resolved now. Thank you!