Field validation
How to validate field in siteorigin custom widget like add required attributes and characters limit validation.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.
How to validate field in siteorigin custom widget like add required attributes and characters limit validation.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Have a different question or issue?
Start New Thread
Replies
3Hi Ravikumar,
You’re able to add additional sanitization for your widget by adding a
sanitize_datemethod to your widget class. For more information, please click here.Kind regards,
Alex
Hi Alex,
Thanks for the reply. I need client side jQuery validation before closing the widget. Like after filling all the fields and while clicking the done button or close icon in the widget I need to validate text fields are filled or empty as well as characters limit and show popup alert fields are mandatory and characters limits also.
Hi Ravikumar,
We don’t provide a public method for doing this so you’ll need to manually implement this – we rely on server side validation. You can implement checks by detecting either change field changes or a click check on the save/done buttons.
Kind regards,
Alex
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.