Announcement

Collapse
No announcement yet.

Creating a form and sending the data via a submit button to an email php mailer

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Creating a form and sending the data via a submit button to an email php mailer

    Hi,
    Hopefully someone can help.

    I've created a project and I've been asked to create a form request form where the end user can enter the details required and submit it, the results will then be forwarded to an external email address using a server based PHP.

    I've created the form using ComboBoxes, Input Objects and a submit button, but I'm not sure what actions to add, and where to add them in the project to enable me to get this working. It seems like a simple thing to be able to do, but I've never had to do this before and can't find what I'm looking for on the forum.

    Martin

  • #2
    Typing 'send email' in the google search box above gives quite a lot of options.

    Comment


    • #3
      Great, found what I was looking for and email works. Just need to find out how to reset the fields and show the data from the Combobox instead of the line number

      Comment

      Working...
      X