Skip Navigation

[Gelöst] Are Toolset post forms have validation?

This support ticket is created vor 3 Jahren, 9 Monaten. 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.

Heute stehen keine Supporter zur Arbeit im Werkzeugsatz-Forum zur Verfügung. Sie können gern Tickets erstellen, die wir bearbeiten werden, sobald wir online sind. Vielen Dank für Ihr Verständnis.

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)

Dieses Thema enthält 2 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von cassianS vor 3 Jahren, 9 Monaten.

Assistiert von: Waqar.

Author
Artikel
#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!