Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to add a button next to a custom field on member’s profile?

  • @screamos

    Participant

    Hi there,
    I want to add a button next to a specific profile field (field number 1) like in the screenshot:
    screenshot
    When clicking on the button, a form with two hidden values (wordpress username and field 1 value; in this case: “screamy”) should be submitted to a custom php script (and from there I will do some mysql stuff).

    How can I do this?

    Thanks for your help!

Viewing 1 replies (of 1 total)
  • @prashantvatsh

    Participant

    Hi,

    You have to perform some jquery tricks to output the button there and then you can perform your rest of the functionality like you have to perform your functionality on click event.

    You can follow this link https://www.w3schools.com/jquery/html_insertafter.asp to insert button.

    Thanks

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar