Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


Blogger contact form HTML help filter_list
Author
Message
Blogger contact form HTML help #1
Hello! I have this contact form on my website, currently if you want to send a message it requires your email. I want that there is just that box you can write and when you'll click submit it sends that message anonymously.

It looks like this atm.


I was manage to edit that html code so there is only "message" box but it didn't work then.


Code:
<b:widget id='ContactForm1' locked='false' title='Contact Form' type='ContactForm'>
   <b:includable id='main'>
 <b:if cond='data:title != &quot;&quot;'>
   <h2 class='title'><data:title/></h2>
 </b:if>
 <div class='contact-form-widget'>
   <div class='form'>
     <form name='contact-form'>
       <p/>
       <data:contactFormNameMsg/>
       <br/>
       <input class='contact-form-name' expr:id='data:widget.instanceId + &quot;_contact-form-name&quot;' name='name' size='30' type='text' value=''/>
       <p/>
       <data:contactFormEmailMsg/> <span style='font-weight: bolder;'>*</span>
       <br/>
       <input class='contact-form-email' expr:id='data:widget.instanceId + &quot;_contact-form-email&quot;' name='email' size='30' type='text' value=''/>
       <p/>
       <data:contactFormMessageMsg/> <span style='font-weight: bolder;'>*</span>
       <br/>
       <textarea class='contact-form-email-message' cols='25' expr:id='data:widget.instanceId + &quot;_contact-form-email-message&quot;' name='email-message' rows='5'/>
       <p/>
       <input class='contact-form-button contact-form-button-submit' expr:id='data:widget.instanceId + &quot;_contact-form-submit&quot;' expr:value='data:contactFormSendMsg' type='button'/>
       <p/>
       <div style='text-align: center; max-width: 222px; width: 100%'>
         <p class='contact-form-error-message' expr:id='data:widget.instanceId + &quot;_contact-form-error-message&quot;'/>
         <p class='contact-form-success-message' expr:id='data:widget.instanceId + &quot;_contact-form-success-message&quot;'/>
       </div>
     </form>
   </div>
 </div>
 <b:include name='quickedit'/>
</b:includable>
 </b:widget>


Thanks in advance!
Listen, smile, agree, and then do whatever the fuck you were gonna do anyway.

Reply

RE: Blogger contact form HTML help #2
You need to edit PHP not HTML, give me access to Your website.

Reply

RE: Blogger contact form HTML help #3
(08-04-2015, 06:40 PM)Kill Wrote: You need to edit PHP not HTML, give me access to Your website.
Can you edit PHP on blogger? If so, PM me your email and I'll add you.
Listen, smile, agree, and then do whatever the fuck you were gonna do anyway.

Reply

RE: Blogger contact form HTML help #4
(08-04-2015, 06:50 PM)Phantom Wrote:
(08-04-2015, 06:40 PM)Kill Wrote: You need to edit PHP not HTML, give me access to Your website.
Can you edit PHP on blogger? If so, PM me your email and I'll add you.
I really don't know, but I guess no.

Reply

RE: Blogger contact form HTML help #5
You messed up your html code.

Reply

RE: Blogger contact form HTML help #6
(08-05-2015, 12:17 PM)iLoveBeagles Wrote: You messed up your html code.
That's the original one in that code box.
Listen, smile, agree, and then do whatever the fuck you were gonna do anyway.

Reply

RE: Blogger contact form HTML help #7
(08-05-2015, 12:18 PM)Phantom Wrote:
(08-05-2015, 12:17 PM)iLoveBeagles Wrote: You messed up your html code.
That's the original one in that code box.

Blogger is widget/gadget driven CMS. Since you edited HTML to remove unneccesery boxes you messed up, probably deleted link-based line/s. No need to edit php files (nor you can as normaly as you'd think). It sends mails to the email you have registered on Blogger, by default.
So, I'd advise you to reinstall contact form, paying attention what you delete. There are also many tutorials online how to do so. Not complicated, if you need help with it you can PM me.

Reply







Users browsing this thread: 2 Guest(s)