Hi,
I am using RSD 1.5, which is great. I have a section where I capture someone's email address (using email element) and message (using textarea element).
I want to email these to my email address (say me@me.com) without using mailto.
Can you please provide the code I need to add to do this. I assume server side is the best option and I am OK if you can provide PHP.
Also one thing I cannot understand the usefulness of the form field in the input element. Is there a document that provides some detail of the usefulness of the form field.
I attach the code created by RSD 1.5:
<div class="row row-15" id="Contact">
<div class="coffee-span-6">
<h1 class="heading-1">Contact Us</h1>
</div>
<div class="coffee-span-6">
<span class="text-element text-1">Your name (optional, but important)</span><input value="" name="visitor-name" type="text" class="input-1" form="contact-form">
<span class="text-element text-1">Your phone number (optional)</span><input value="" name="visitor-phone" type="tel" class="phone-number-1" form="contact-form">
<span class="text-element text-1">Your email address (required)</span><input value="" name="visitor-email" type="email" class="email-1" required="required" title="" pattern="" form="contact-form"><textarea name="visitor-message" class="textarea-1" form="contact-form">Your message to us (optional)</textarea><button type="submit" class="button-submit-1" form="contact-form">Submit</button>
</div>
</div>
How to email user captured input
Hi Amit,
RSD has all the elements to build a form but it doesn't provide the necessary scripts to process the form. You can write your own or use another application to build the form that will write the scripts for you. CC has the form builder that does a great job handling emails.
RSD has all the elements to build a form but it doesn't provide the necessary scripts to process the form. You can write your own or use another application to build the form that will write the scripts for you. CC has the form builder that does a great job handling emails.
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
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.