Skip to content

Alex

My feedback

5 results found

  1. 2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Alex shared this idea  · 
  2. 12 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    2 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Alex commented  · 

    Any progress about this issue? Sometimes, most the time on mobile, after submit the page does not get redirected to another page. It is very bad cuz people do not know what is happening and try to send the form again, again and again.

    Alex supported this idea  · 
  3. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Alex commented  · 

    You can control the color of placeholder text in CSS. Just use this in CSS tab of Smart Forms and you will have a light gray. :-)

    .form-control::-webkit-input-placeholder { color: #c9c9c9 !important;}
    .form-control:-moz-placeholder { color: #c9c9c9 !important;}
    .form-control::-moz-placeholder { color: #c9c9c9 !important;}
    .form-control:-ms-input-placeholder { color: #c9c9c9 !important;}

  4. 3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Alex shared this idea  · 
  5. 20 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Alex supported this idea  · 
    An error occurred while saving the comment
    Alex commented  · 

    In the file "smart-form-add-new-translation.php" we can see these values,

    "Next"=>__("Next"),
    "Previous"=>__("Previous"),
    "Finish"=>__("Finish"),

    But I couldn´t find any language file (*.po and *.mo) working. I tried to change the default Wordpress language file and the template file, but did not work also.

    If there any way to change these values will be interesting.

Feedback and Knowledge Base