Questions tagged [validation]
The validation tag has no summary.
51 questions
1
vote
1
answer
204
views
Call to undefined method EE_Form_validation::error_array()
I've updated EE from 2 to 5. I've a custom module where I need to validate a form. In the new EE 5 the function $this->EE->form_validation->error_array() does not exist anymore. I'm using it in the ...
1
vote
0
answers
51
views
URL Title Ajax Validation
I'm running an install of EE v3.5.14 and I'm trying to replicate some of the functionality of the old "Title Master" add-on, but I'm hitting a snag.
I've got my extension to hook to the ...
0
votes
1
answer
164
views
Stop Solspace freeform injecting a validation script
I'd like to use Bootstrap validation with my Solspace Freeform, but I can't figure how to stop Freeform from adding it's default validation script to the page.
I've tried using a custom form template ...
0
votes
1
answer
844
views
Codeigniter style validation callback function not working
I've created an EE custom addon that processes a simple enquiry form. All works well but I'm trying to add a callback function to my validation rules and it appears to be completely ignored.
Here's ...
0
votes
1
answer
160
views
Freeform and Abide
What'd be the best practice to add Abide validation to Freeform?
http://foundation.zurb.com/sites/docs/abide.html
<form data-abide novalidate>
How do I drop something like 'data-abide ...
0
votes
2
answers
129
views
Page doesn't scroll to form if validation errors are shown
I have a FreeForm form at the bottom of a page. When the form is submitted and returns with a validation message, the user is bounced back up to the top of the page. Is there a way to make sure the ...
0
votes
1
answer
172
views
Freeform Pro Composer - retain field values on error
I have a form which was built using composer - there is about 12 fields in it and at the minute if completed without a required field or there is an error in the form the form is loaded again blank to ...
1
vote
0
answers
107
views
store checkout tag does not display order_email error
This is all done as a guest user, I am not logged in when I go thru the checkout process and the store setting allows for guest customers.
I have the create an account form on the order checkout page,...
0
votes
1
answer
535
views
Profile:Edit with jquery.validate
Does anyone have jquery.validate working with Profile:Edit?
I have a form set up with jquery validation working using jquery.validate.js, everything working as expected.
As soon as I try to use the ...
0
votes
1
answer
129
views
Expression Engine RSS Feed PubDate doesnt validate
I'm running out of ideas, could you please tell me what am I doing wrong? When trying to validate my rss feed I get the error that pubDate is in incorrect format. Even though it looks the same as ...
1
vote
2
answers
497
views
Add form to EE Module for front end processing
I am trying to add a form on the front end so my users can use crud functionality and allowing me to add responsiveness to the form.
I have been pointed in the direction of an article and examples ...
0
votes
1
answer
255
views
form validation for module mod file template tags
I am creating a dynamic form on the fly for use in EE templates. I create the tags using the mod.module_name.php file of my module.
I am trying to run validation on the form, every field is required ...
0
votes
1
answer
96
views
Not getting notification of required fields
I have a Freeform Pro form that has a few required fields and uses a submit button to check server response time. The form works fine, stores the data in the Freeform database when submitted, etc. But ...
1
vote
0
answers
225
views
How can I show the error message for the _confirm field in freeform when matching_fields does not validate?
I'm trying to display an inline validation error when these two fields do not match:
{freeform:field:email}
{freeform:field:email_confirm}
Which outputs the following html:
<input type="text" ...
0
votes
1
answer
118
views
WYGWAM causing Undefined property: EE::$view on validation failure of Channel Form
I'm using the latest version of ExpressionEngine (2.9.2) and the latest version of WYGWAM (3.3.3).
I've a Channel Form which includes the WYGWAM field and when I submit the form I receive the ...