Very appreciative of progress on the form components. I note the volume of files it has added to the my site - several hundred, I am guessing.
An email input is optional on my form. If a viewer wants to send a message, only the message input is required.
These setting parameters work on browsers including firefox, duckduckgo, and Chrome. A user can submit and send the form without inputing their name or email address on those browsers.
On Safari, the form will not be submitted without adding an email address. (an email input is not required on my form’)
I read that Safari has stricter form validation compared to the browsers mentioned above. “if a field is missing or improperly formatted Safari may block the for submission. Ensure that all fields comply with HTML5 validation standards”
I had the same set up and got my friend to send me the form
only had a name and message input and I still got the message all be it without their email address and im using safari…obviously I couldn’t reply but I still got the message
it might be down to your host but im no expert
if your talking to me I didn’t hahaha im not stupid I was experimenting to see what happens what I couldn’t work out is if I didn’t have an email field set how the hell I even got the message full stop …I was expecting to get nothing.
I was saying to the person who posted I did exactly what he did and safari worked…thats all
come to think of it that could be called a feature…ANONYMOUS emails or feedback hahahaha
Just to clarify: the Form has a setting for the To Address, which determines where the email will be sent.
Side note: The To Address often needs to be an email that’s associated with your email host. Some services—like Gmail—are more flexible and allow sending to any email address, not just ones on their own domain.
So, for example, if you’re using Gmail’s SMTP, you can send emails to any address, not just @gmail.com ones.
yes I get all that..its all good my end…I was just trying to say to the original post when I did what he tried safari worked…that was all
should keep my gob shut hahahaha Side note: The To Address often needs to be an email that’s associated with your email host. Some services—like Gmail—are more flexible and allow sending to any email address, not just ones on their own domain.
So, for example, if you’re using Gmail’s SMTP, you can send emails to any address, not just @gmail.com ones.
thats interesting tho
I’ve identified the issue— a fix will be included in the next build.
The problem was that the code was attempting to set the replyTo field using the email field from the form. If that field was left empty, we were trying to assign an empty string to replyTo, which caused the issue.
We’ve now added checks to ensure that the email field is not only present but also contains a valid email address before setting it as replyTo. This resolves the issue where the form wouldn’t send unless the (non-required) email field was filled in.
Makes good sense and appreciate your insight into code issues. So impressed with your company’s communication and transparency. A great product, as well.