Disclaimer: This site is moderated by the Formidable Forms community. Formidable Forms and its parent company Strategy11 are not responsible for the words, opinions, and content posted by others on this site. This site is provided as a courtesy and free resource for the Formidable Forms Community. Any actions deemed as harassment, toxic or abusive, will result on being banned from this site and potentially losing your Formidable Forms license.
Thanks for your cooperation, if you have any questions please
consult our code of conduct
thanks for your answer, but are using other solution whne you need to check fields, I need to disable the form submission if someone fields first and last name the same, it is so incredible that like simple thinks like that I can't do it with formidable.
While it involves custom code, you can create a hidden field, add a couple of lines of jQuery that compares the two text fields and puts a 1 or 0 (or Y/N, or whatever) in that hidden field and then you can enable/disable the submit button based on the value of the hidden field.
For anyone seeing this message in the future, my answer that Sonya refers to has somehow disappeared. It was that "Conditional calculations only work in numeric calculations and can not be used to compare text fields." from the documentation https://formidableforms.com/knowledgebase/field-calculations/conditional-calculations/
thanks again, it is exactly what I'm trying to avoid add more stuff and code on my website, plugin already is some extra to load on pages, should be a simple formula or at least for the pay version have the option built. If I need to start to add script for each single form I will may go back to the option to code the forms and will be less to load, starting to have so many other issues, already need to style my forms because the styles on the plugin is not enough