Where to find process.php

Home Forums Quform WordPress Where to find process.php

This topic is: resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15744
    Digi
    Participant

    Email recipients are the list of email addresses who will be sent the data of the form when it is submitted by the user. Some people may want this to go to multiple people so we have added the facility to do that. To add or change the recipients, open process.php and search for the code below.

    $config[‘recipients’] = ”;

    You will find the array of current recipients. If you just want the email to go to one email address, then just enter your email address inside the single quotes.
    Single recipient

    $config[‘recipients’] = ‘me@example.com’;

    Multiple recipients

    $config[‘recipients’] = array(
    ‘me@example.com’,
    ‘you@example.com’,
    ‘another@example.com’
    );

    Where do I find this .php file?

    #15745
    Digi
    Participant

    Nevermind, it was far simpler than I expected haha!

Viewing 2 posts - 1 through 2 (of 2 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