Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Jeff Starr

    (@specialk)

    That field is attached to the submitted post as a custom field. To customize it, or any other field, follow these steps:

    1) Copy the file, submission-form.php from the /views/ directory
    2) Paste the file, submission-form.php into the /custom/ directory
    3) Inside of the new “custom” file, locate both instances of “Your URL” (there are two), and change them to whatever is required
    4) Lastly, visit the plugin settings and change “Form style” to “Custom form + CSS”

    Don’t forget to save your changes

    Thread Starter Nazakat Ali

    (@nazakatali32)

    Thanks,Can i add more fields ..

    Plugin Author Jeff Starr

    (@specialk)

    With the free version the fields are fixed, but in the Pro version you can add as many custom fields (and regular fields) as needed.

    Hi,
    I’m trying to change the same fields. I need users to leave their email address, I was hopin to see it in the email (which I’m having difficulty recieving). I’ve changed the “Your URL” field as per the above instructions but there doe not seem to be any change I’m using the most recent version.

    <fieldset class="usp-url">
                            <label for="user-submitted-url"><?php _e('Your Email', 'usp'); ?></label>
                            <input name="user-submitted-url" type="text" value="" data-required="true" placeholder="<?php _e('Enter Your Email Address', 'usp'); ?>" class=$
                    </fieldset>
    Plugin Author Jeff Starr

    (@specialk)

    Did you upload the custom form and enable it in the settings?

    Hi,

    I followed these directions:

    1) Copy the file, submission-form.php from the /views/ directory
    2) Paste the file, submission-form.php into the /custom/ directory
    3) Inside of the new “custom” file, locate both instances of “Your URL” (there are two), and change them to whatever is required
    4) Lastly, visit the plugin settings and change “Form style” to “Custom form + CSS”

    Don’t forget to save your changes

    After changing the form style to “Custom form + CSS” I must not have saved the changes, it appears to be working as intended now.

    PS. Thank you very much for the prompt reply regarding this issue.

    Plugin Author Jeff Starr

    (@specialk)

    Oh great, that is so wonderful to hear that you figured it out. Thanks for letting us know.

    Thread Starter Nazakat Ali

    (@nazakatali32)

    Thanks i also tested it

    i have a suggestion for you ..please work on submit button to click only once..if clicks are repeated number of posts are also duplicateed

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Email Field’ is closed to new replies.