Home › Forums › WordPress Themes – Premium › Circumference › The contact form – how do I add help text?
- This topic has 12 replies, 41 voices, and was last updated 9 years, 7 months ago by
Louis.
-
AuthorPosts
-
March 29, 2014 at 5:59 pm #14948
Millielil
MemberI added the contact form 7 to my website.
But how do I add the help text that is displayed on the demo site for Circumference?
On the demo site the first box fx says NAME and when you write it goes away. How do I do this?
March 29, 2014 at 7:44 pm #19577Sushil Adhikari
ModeratorWith the form, did you use the form code snippet that comes in the download package for this theme? But, to add a placeholder, you can add this to any field:
placeholder "Name"
Example with a text field for Name:
[text* text-300 class:form-control placeholder "Name"]
March 30, 2014 at 3:26 pm #19581Millielil
MemberYes I used the snippet for this theme.
Thank you, worked like a charm. 🙂
April 10, 2014 at 9:01 pm #19641Louis
ParticipantHi friend, I am now using your marvelous theme and very happy for your design.
Facing same problem, trying to use your contact form, but following shows, what’s the reason ?
Thank youApril 10, 2014 at 11:18 pm #19643Sushil Adhikari
Moderator@Louis…..”following shows” ? You will need to be a bit more specific 🙂
April 11, 2014 at 4:57 am #19658Louis
ParticipantThanks for fast return.
I try to upload the attachment,but looks not works.Anyway, my problem is, following the icon, if same as your demo web, I will have “Name” word there,
but what I have now is just [text* text-300 class:form-control placeholder “Name”] after the icon.
My website is http://www.wsw-china.com
if you click on the contact page you will understand my meaning, thank you so much.April 11, 2014 at 4:51 pm #19659Louis
ParticipantHi, I just came across the other video touturial, Celestial Reloaded Setup Contact Form and I totally understand now.
Beatiful contact form, thank you so much for your prompt help.I suggest you can summarize the common videos from each theme, they can help me and other similar guys very much.
April 11, 2014 at 7:02 pm #19660Sushil Adhikari
ModeratorThat is a good idea and was thinking that just a while ago, having common videos that relate to all themes.
April 23, 2014 at 6:21 pm #19757Louis
ParticipantHi Friend, I have my contact form created in this page
http://www.wsw-china.com/contact/and have set preload option, when I click on the field, the preload name does not disappear,
what’s the reason, any solution to improve ?I have tried to google some answers but not works till now. Thank you.
April 23, 2014 at 8:21 pm #19760Sushil Adhikari
ModeratorChange the value of the input field to be placeholder instead. So replace
value="Your Name"
with…
placeholder="Your Name"
As the person starts to type, it disappears.
April 24, 2014 at 2:41 am #19762Louis
ParticipantThank you friend, I check the code and my contact form just have following,
[text* Name class:form-control placeholder=”Your Name”]
[text* Company class:form-control placeholder=”Company”]
…..
So placeholder already there but not works still.
Some people say the placeholder function works with only newest explorer, is this the problem ?April 24, 2014 at 7:24 am #19767Sushil Adhikari
ModeratorThat code you posted here should not be the code you use in the form, but for the placeholder, I noticed your contact form on your site still has the value showing. In your contact form 7, the form code for the input fields for example should look something like this:
[text* text-300 class:form-control placeholder "Name"]
That does the form field for the “Name”
April 24, 2014 at 5:35 pm #14949Louis
ParticipantI remove “=”,and the Magic happens, thank you so much.
-
AuthorPosts
- You must be logged in to reply to this topic.