Javascript repeating form element and PHP

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bruce

    Javascript repeating form element and PHP

    I have a form with repeating section using wForms
    (http://www.formassembly.com/blog/?p=5). I need help with the PHP to
    process and display multiple repeating elements if requested. PHP should
    send to email. See front end example at:


  • Curtis

    #2
    Re: Javascript repeating form element and PHP

    Bruce wrote:
    I have a form with repeating section using wForms
    (http://www.formassembly.com/blog/?p=5). I need help with the PHP to
    process and display multiple repeating elements if requested. PHP should
    send to email. See front end example at:
    >
    http://www.bearzilla.net/test/Untitled-1.html
    Did you check the wForms documentation? I found this at the top of the
    page:

    <URL:http://www.formassembl y.com/blog/wforms-server-side-handling-of-the-repeat-behavior/>
    --
    Curtis
    $eMail = str_replace('si g.invalid', 'gmail.com', $from);

    Comment

    Working...