Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter juni0rus

    (@juni0rus)

    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???

    Thread Starter juni0rus

    (@juni0rus)

    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? 🙁

    Thread Starter juni0rus

    (@juni0rus)

    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

    @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?

    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.

    @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.

    @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>

    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/

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