Forum Replies Created

Viewing 15 posts - 46 through 60 (of 79 total)
  • Author
    Posts
  • in reply to: PHP in HTML Field in Form #4709
    lawrencepepper
    Participant

    OK,

    Thanks.

    Can I suggest that in a future release the ability to place PHP in the HTML element be added.

    L

    in reply to: PHP in HTML Field in Form #4706
    lawrencepepper
    Participant

    I am not saving the filename here, I am looking it up from the database and trying to display it.

    L

    in reply to: File Upload Problem #4699
    lawrencepepper
    Participant

    Thanks.

    Worked!

    L

    in reply to: Suggestions & Ideas #4162
    lawrencepepper
    Participant

    Any news on the release of 2.0? How close are you guys?

    I have a project that I would like to use Quform on but am waiting to see what the 2.0 release brings in terms of new features….

    L

    in reply to: Regex Filter #3689
    lawrencepepper
    Participant

    Thanks!

    Works!

    L

    in reply to: File Upload Database Insertion #3666
    lawrencepepper
    Participant

    OK,

    Found another plug in that works well with Quform.

    Thanks!

    L

    in reply to: File Upload Database Insertion #3649
    lawrencepepper
    Participant

    Found the problem.

    It is actually a plug in: WP Require Auth. See here: http://johnny.chadda.se/projects/wp-require-auth/

    Once deactivated the upload works. Have you come across this? Any ideas on how to fix. I really need this plug in to work.

    L

    in reply to: File Upload Database Insertion #3648
    lawrencepepper
    Participant

    OK was looking in wrong file.php, there seems to be two of them.

    In any case I deleted the code and now I get a file upload error when trying to upload a file from a form.

    L

    in reply to: File Upload Database Insertion #3647
    lawrencepepper
    Participant

    I have gone through the file in Coda, did a search for this code and can not find it anywhere. What line number is it at?

    L

    in reply to: File Upload Database Insertion #3639
    lawrencepepper
    Participant

    Hello,

    I can not find that code anywhere in file.php.

    L

    in reply to: Set EntryID #3343
    lawrencepepper
    Participant

    Thanks!

    L

    in reply to: Sending Form Data to Script #3342
    lawrencepepper
    Participant

    OK,

    Must have been a typo or a gremlin.

    I deleted all the code and the script started from scratch and now it works.

    oh well….

    Thanks!

    L

    in reply to: Sending Form Data to Script #3341
    lawrencepepper
    Participant

    I am trying to take the data and do an update to a mysql database.

    Even when I do a variable dump on the page it lists nothing in the array.

    The database update does not do anything as there is no data.

    I have also tried a work around by setting the data as session variables:


    function record_update($form)
    {
    $_SESSION['iphorm_4'] = $form->getValues();
    }

    add_action('iphorm_post_process_4', 'record_update');

    This also does not work the variables do not get set.

    Yet in the same functions.php page I have:

    function record_lookup($form)
    {
    $_SESSION['iphorm_5'] = $form->getValues();
    }

    add_action('iphorm_post_process_5', 'record_lookup');

    And this works fine.

    I am at a loss?

    L

    in reply to: Change Type Case #3333
    lawrencepepper
    Participant

    Thanks!

    Worked.

    L

    in reply to: Sending Form Data to Script #3331
    lawrencepepper
    Participant

    Getting this error in lof file:


    [11-Mar-2013 14:31:16] PHP Notice: get_theme_data is <strong>deprecated</strong> since version 3.4! Use wp_get_theme() instead. in C:\Users\Administrator\Documents\Websites\edata\wp-includes\functions.php on line 2839

Viewing 15 posts - 46 through 60 (of 79 total)
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy