Hi, I have added a Reset Button to a form.
When I click on it the fields are reset, but all the *required fields alerts are activated. Is there any way to avoid this?
Thanks,
Julio.
When I click on it the fields are reset, but all the *required fields alerts are activated. Is there any way to avoid this?
Thanks,
Julio.
Hi Julio,
Hmmm I haven't seen this reported before but I get the same result when I test both with a Reset button and with an ordinary button using JavaScript to do the reset. There ought to be a way to block the validation but I can't see what that is :-(
Max may be able to help with this.
Bob
Hmmm I haven't seen this reported before but I get the same result when I test both with a Reset button and with an ordinary button using JavaScript to do the reset. There ought to be a way to block the validation but I can't see what that is :-(
Max may be able to help with this.
Bob
Hi Bob, Sorry for the delay to answer back.
Do you still need that I post a link?
How do I get Max to check this?
Thanks,
Julio.
Do you still need that I post a link?
How do I get Max to check this?
Thanks,
Julio.
Hi Julio,
Hopefully he'll read the posts - or you can nudge him using the Contact Us menu and including a link to this thread.
Bob
Hopefully he'll read the posts - or you can nudge him using the Contact Us menu and including a link to this thread.
Bob
Hi Bob, hope you are doing fine.
I did contact support by the form in the website and received the confirmation, but haven't had any response yet...
I have not found the solution yet...
Is there anything else you think that I should try?
Thanks.
I did contact support by the form in the website and received the confirmation, but haven't had any response yet...
I have not found the solution yet...
Is there anything else you think that I should try?
Thanks.
Hi,
An easy solution would be to use a "Link" and format it like a button, this would reload the page though.
If you give the link the class "btn" then it will look like a button.
Best regards,
Max
An easy solution would be to use a "Link" and format it like a button, this would reload the page though.
If you give the link the class "btn" then it will look like a button.
Best regards,
Max
Thank you Max.
I created a custom code using:
Advanced>Custom
And this is the code that I used to create the button:
That solved my problem, thank you very much!
I created a custom code using:
Advanced>Custom
And this is the code that I used to create the button:
<p class="btn btn-default form-control A">
<a href="index.php?option=com_chronoforms5&chronoform=contacto">
Limpiar
</a>
</p>
That solved my problem, thank you very much!
This topic is locked and no more replies can be posted.