adding phone number field

Home Forums Quform PHP adding phone number field

This topic is: not resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9637
    turbocrusher
    Participant

    everything is working wonderfully, and now I added a phone number field to the HTML page, and edited the process.php page as instructed. The new field appears in on my contact page, however the phone number field is not being sent with the rest of the data in the email. Please look at my site: http://www.socaltreasuretrove.com/nav_contact.html
    can you please take a look at the code and help me locate why it is not sending the data that is input into the phone number field? i have attached the process.php file for you to look over. the lines that I added are on lines 210 – 213

    #9638
    turbocrusher
    Participant

    here is the code in the process.php file

    $phone = new Quform_Element(‘phone’, ‘Phone’);
    $phone->addFilter(‘trim’);
    $phone->addValidator(‘required’);
    $form->addElement($phone);

    #9650
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy