• Resolved ConiMoss

    (@conimoss)


    Right now submit button code looks like this:

    <input type="submit" class="usp-submit usp-submit-default" value="Submit">

    How do I add the ‘name’ in to the USP button input?

    like this:

    <input type="submit" name="submit" class="usp-submit usp-submit-default" value="Submit">

    please help, tried everything , can’t figure out how to do that.

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

    (@specialk)

    Enter the following code in the plugin option “Custom Content”:

    <script>
    	jQuery(document).ready(function($){
    		$('.usp-submit').attr('name', 'submit');
    	});
    </script> 

    Save changes and done.

    Thread Starter ConiMoss

    (@conimoss)

    I have added in the Settings > USP Pro:

    Selected CSS/JS tab.

    Pasted the code in the “Custom JavaScript” field.

    but it didn’t added.

    Maybe I pasted in the wrong place?

    Plugin Author Jeff Starr

    (@specialk)

    Oh sorry I thought you were asking about the free version of USP. Because the forums here at ww.wp.xz.cn are for free versions of plugins only. For any questions about pro versions, reach us via the contact form at Plugin Planet, we’ll reply asap. Thank you

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

The topic ‘Submit button input name?’ is closed to new replies.