Title: juni0rus's Replies | WordPress.org

---

# juni0rus

  [  ](https://wordpress.org/support/users/juni0rus/)

 *   [Profile](https://wordpress.org/support/users/juni0rus/)
 *   [Topics Started](https://wordpress.org/support/users/juni0rus/topics/)
 *   [Replies Created](https://wordpress.org/support/users/juni0rus/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/juni0rus/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/juni0rus/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/juni0rus/engagements/)
 *   [Favorites](https://wordpress.org/support/users/juni0rus/favorites/)

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] CF 7 – css problem with "email" form](https://wordpress.org/support/topic/cf-7-css-problem-with-email-form/)
 *  Thread Starter [juni0rus](https://wordpress.org/support/users/juni0rus/)
 * (@juni0rus)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/cf-7-css-problem-with-email-form/#post-4788584)
 * Hello,
 * Thanks a lot for your response, i try this and achive what i want changing some
   code:
 * <p> [text* email watermark “Adres E-mail”]</p>
 * email* change to “text*”
 * Working good – i hope 🙂 , but there is question – is there any different bettwen
   text / email? I know that email is using only for @ adresses, but with text it
   showing perfect, any other imporant differents???
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Section "From" in recived E-mail](https://wordpress.org/support/topic/section-from-in-recived-e-mail/)
 *  Thread Starter [juni0rus](https://wordpress.org/support/users/juni0rus/)
 * (@juni0rus)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/section-from-in-recived-e-mail/#post-4128535)
 * Hey Takayuki,
 * Thanks for help, but still have a problem – just set as FAQ telling;
    Sender 
   Name <sender@example.com>
 * and finally from is not wordpress 🙂 but just “Sender name”
 * Did i do something wrong? 🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Viewing new field after checking checkbox](https://wordpress.org/support/topic/viewing-new-field-after-checking-checkbox/)
 *  Thread Starter [juni0rus](https://wordpress.org/support/users/juni0rus/)
 * (@juni0rus)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/viewing-new-field-after-checking-checkbox/#post-4128468)
 * 1 more thing…
 * have a checkbox like “I accept term of use and privacy policy”
 * when try input url for term of use and pricy policy this fild going hide 🙁 is
   possible to make a url adress in checkbox label?
 * Peter
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] [Plugin: Contact Form 7] Add ghost text inside box](https://wordpress.org/support/topic/plugin-contact-form-7-add-ghost-text-inside-box/)
 *  [juni0rus](https://wordpress.org/support/users/juni0rus/)
 * (@juni0rus)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-add-ghost-text-inside-box/#post-3098163)
 * **[@fcvolunteer](https://wordpress.org/support/users/fcvolunteer/)**
    I was able
   to do it in the CSS 🙂 I used the substitution function
 * `. wtcf7-submit { and .wtcf7-submit: hover {`
 * It works great. I am very happy 🙂 Now I have one more question. Can you advise
   me how to create a form that initially requires a choice?
 * For example:
 * “Bla Bla bla..:” you must decide to choice option A or option B.
 * Depending on the answers will emerge to fill the selected fields. The fact that
   they are different for A and the other for B option.
 * Can you help me?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] [Plugin: Contact Form 7] Add ghost text inside box](https://wordpress.org/support/topic/plugin-contact-form-7-add-ghost-text-inside-box/)
 *  [juni0rus](https://wordpress.org/support/users/juni0rus/)
 * (@juni0rus)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-add-ghost-text-inside-box/#post-3098106)
 * Hey 🙂
    I want to make one field in contact form little more width than others.
 * in css i write
 *     ```
       .input#text-adres{
           width: 420px;
       }
       ```
   
 * But anything changes… i try .input#[text-adres]{ but don’t working.
 * I saw Your site, Your forms… Wow… that’s great… amazing job 😉 It’s easy to set
   form with option? Really. respect for You.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] [Plugin: Contact Form 7] Add ghost text inside box](https://wordpress.org/support/topic/plugin-contact-form-7-add-ghost-text-inside-box/)
 *  [juni0rus](https://wordpress.org/support/users/juni0rus/)
 * (@juni0rus)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-add-ghost-text-inside-box/#post-3098068)
 * [@fcvolunteer](https://wordpress.org/support/users/fcvolunteer/)
 * Thank you again! it really works. I did not know how to give code, because the
   code I got from a friend, created by the plugin options, unfortunately, did not
   provide the capability of watermarku etc.
 * Thanks to you, it will work at all 🙂 it’s great … a moment change the send button
 * and whether it is possible to set individual width of the field? I set the CSS
   for the entire value of the same form:
 *     ```
       . wpcf7-text {
       color: # a5a6a6;
       width: 260px;
       height: 28px;
       border-radius: 4px;
       -moz-border-radius: 4px;
       -webkit-border-radius: 4px;
       border: 2px groove # dcdcdc;
       }
   
       . wpcf7-text: focus {
       color: # 3e4043;
       width: 260px;
       height: 28px;
       border-radius: 4px;
       -moz-border-radius: 4px;
       -webkit-border-radius: 4px;
       border: 3px groove # 6a6a6a;
       background-color: # f5f4f4;
       }
       ```
   
 * There is a possibility for a single resize field? For now, everything is just
   like in the formula in css, but one thing I would like to extend the field. When
   I make a textarea that is the problem, I have more space but unfortunately the
   table frame is different, does not take the value of CSS, (even though I tried
   to add:. `.Wpcf7-text, wpcf7-textarea {`
 * Sorry to ask so many questions … I’m a little embarrassed about it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] [Plugin: Contact Form 7] Add ghost text inside box](https://wordpress.org/support/topic/plugin-contact-form-7-add-ghost-text-inside-box/)
 *  [juni0rus](https://wordpress.org/support/users/juni0rus/)
 * (@juni0rus)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-add-ghost-text-inside-box/#post-3098066)
 * **[@fcvolunteer](https://wordpress.org/support/users/fcvolunteer/)**
 * Super! thank you very much for your help, also pretend placeholder for watermark
   works fantastically …
    I have a question, is it normal that after submitting 
   the form, all the fields are clean and do not have a description of the “watermark”?
 * Regarding the e-mail obtained here is still a problem: (
    So I threw in the news
   section of code you mentioned. Previously, it was `[your-name]` or `id: text-
   name` but it did not work, now copied `[text* text-name id:text-name watermark"
   Your Name"]` but unfortunately it does not work: (
 * When not edited form, the tags `[your-name]` to work properly: ((I do not know
   why.
 * Can I do something wrong? In fact, the poor know much about encoding / editing
   html / css …
 * Is it possible swapping of the “send” on an icon, a pretty picture to make it
   look nicer? This element now looks like this:
    `<p>[submit "send"] </p>`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] [Plugin: Contact Form 7] Add ghost text inside box](https://wordpress.org/support/topic/plugin-contact-form-7-add-ghost-text-inside-box/)
 *  [juni0rus](https://wordpress.org/support/users/juni0rus/)
 * (@juni0rus)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-add-ghost-text-inside-box/#post-3098064)
 * Hey,
 * I have little problem with ghost txt. Actually i have placeholder:
 * `<p>[text* text-name id:text-name placeholder "Your Name"]</p>`
 * And when i click on it’s still in area 🙁 What should change to have ghost message
   that disappears when clicked on??
 * ———————
    I have one more annoying problem. The form already looks nice, except
   for the “ghost message” but when I test & fill the form, in the mail that comes
   to me I do not have any info? Why? I tried to identify the fields in several 
   ways but I can’t fix it 🙁 for the example i use:
 * `id:text-name` or `[your-name]`
    but any working good 🙁 How can i fix this?
 * you can visit my site and see this form… but it’s in polish language. [http://www.platinumexpert.pl/zamow-dokument/zaswiadczenie-z-krk/](http://www.platinumexpert.pl/zamow-dokument/zaswiadczenie-z-krk/)

Viewing 8 replies - 1 through 8 (of 8 total)