own process.php

Home Forums Quform PHP own process.php

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

    Hi,

    Will make a own process.php and autoreply.php

    name sample.php and autoreplysample.php
    so make in the form
    <form class=”quform” action=”sample.php” method=”post” enctype=”multipart/form-data” onclick=””>

    in the sample.php
    $config[‘autoreplyBody’] = ’emails/autoreplysample.php’;

    In the email to person who fill in the form get the error:
    Warning: include(/sampled.php) [function.include]: failed to open stream:not does not exist in /xxx/sample.php line 452

    Thanks for comment

    #12311
    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.

    #12318
    Frens
    Participant

    Hi,

    Thanks for comment

    find out , i forgot the /slash before email

    $config[‘autoreplyBody’] = ’emails/autoreply-test.php’;
    must:
    $config[‘autoreplyBody’] = ‘/emails/autoreply-test.php’;

    Regards

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