• I am looking for getting advanced notifications grom my webpage. I want to create something which will send me text entered in an input box to me through a notification in wordpress or through email when I click on a button.

    Please suggest me some idea.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator bcworkz

    (@bcworkz)

    Probably the easiest is to install a plugin like contact form 7 or similar which sends an email when a form you create is submitted. For all it matters, the fields can all be hidden and only the submit button is visible. You may want to at least provide a quiz or CAPTCHA to reduce unnecessary messages.

    You can code your own process by creating a custom page template that presents the form, sending POST submits to itself. When a GET request comes in, present the form. When a POST request comes in, send an email using wp_mail().

    Thread Starter sanjay12mittal

    (@sanjay12mittal)

    Thank You

    Thread Starter sanjay12mittal

    (@sanjay12mittal)

    Thank You, I will try it

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Get notification from webpage’ is closed to new replies.