Error message not showing - Post ID...

User 2942998 Photo


Registered User
74 posts

Using the radio button as a required, have a "There has been an error) enabled. When submitted the circle shows red, but no text error. Also does it on a number field, so what am I missing?
User 187934 Photo


Senior Advisor
20,181 posts

Hi keith,
Can you please share a link to your form so we can see the issue?
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2942998 Photo


Registered User
74 posts

https://vtc.coffeecup.com/my-forms/Cont … /form.html

The Number of Seats and Course Level are the afflicted fields.

I'm making assumptions here. I assumed that if the fields are required and there is a text field .form-error that it would show the error text. As you can see the empty radio fields are red. So I guess the question is should it work?
Question 2: I would like to add 2 fields that would be a start date i.e. 01/23/2020 and end date 01/26/2020, best way to do that is?

Thanks in advance
User 2942998 Photo


Registered User
74 posts

Not a coder but I'm thinking that the number field is set to Value=0 Min=1 Max=25 Step=1 and Required but since the field is populated with a 0 does it see that as fulfilling the "Reqired" since it has data rather than null?
User 2942998 Photo


Registered User
74 posts

Don't even get the error message when I exceed the max with a manual entry of 50
User 187934 Photo


Senior Advisor
20,181 posts

You need to add an action to your form to point to your php script so it can process it.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2664327 Photo


Registered User
4 posts

Hi Ben. How would I be able to add an action to my form to point to my php script so it can process it the "There has been an error" message?
Front-End Web Designer
www.AEVolucion.com | DigitalWorkMedia.com
http://www.linkedin.com/in/aevolcuion
http://www.behance.net/AEVolucion
323-776-3820
User 187934 Photo


Senior Advisor
20,181 posts

Angel Velazquez wrote:
Hi Ben. How would I be able to add an action to my form to point to my php script so it can process it the "There has been an error" message?

If there's an error message the form shouldn't submit and the error message should show under the appropriate input.
Do you want to scroll to the error message or process it in another way?
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.