I realize that there are about 100000 online sources for this sort of thing, but after several hours of work I am getting nowhere.
I am trying to get the code below tied into a php backend process, but I am just lost. I have tried to cannibalize the code from other forms, but it isn't working. I don't know how to get this thing to work. I need my hand held I am afraid. Here is my form code:
I need to go clearly, step by step, through getting an email from this form to me using php.HTML Code:<form id="ContactForm" method="post"> <div> <div class="wrapper"> <strong>Name:</strong> <div class="bg"><input type="text" class="input" > </div> </div> <div class="wrapper"> <strong>Email:</strong> <div class="bg"><input type="text" class="input" > </div> </div> <div class="textarea_box"> <strong>Message:</strong> <div class="bg"><textarea name="textarea" cols="1" rows="1"></textarea> </div> </div> <a href="#" class="button" onClick="document.getElementById('ContactForm').submit()"><span><span>Send</span></span></a> <a href="#" class="button" onClick="document.getElementById('ContactForm').reset()"><span><span>Clear</span></span></a> </div> </form>
Thank you so much, in advance, to the patient person who takes this on
Barbra
P.S. For some reason when I preview this message I see pac-man interspersed throughout my code. I dunno why, it's actually the opening portion of my tag, just ignore that part and make the mental substitution.
Edit:
You didn't turn off smilies or wrap the code in bbcode tags - see the "advvanced" editor



Reply With Quote



Bookmarks