Forum Replies Created

Viewing 12 posts - 31 through 42 (of 42 total)
  • Author
    Posts
  • in reply to: Email confirm validation #23733
    Venom
    Participant

    Please try to rename ‘quform_5_5’ to ‘quform_element_valid_5_5’

    in reply to: Upload renamed files #23730
    Venom
    Participant

    Hi Ally,

    I tried to add the above code and the file name could be renamed successfully. However, I could not get the entry id inside the filter, it returned empty value. Is there a way to get the entry ID inside the filter that the file name could be appended to the filename.

    
    $entry_id = $form->getEntryId();
    

    Regards,

    Venom

    in reply to: Javascript inside the Quform Pre display action #23702
    Venom
    Participant

    I have tried to put it into the jQuery document ready function as well, it still showed “An error occurred loading the preview (Ajax error)”, However, it could prompt the alert test message on the front end.

    <?php
    add_action('quform_pre_display_XX', function (Quform_Form $form) {
    ?>
    <script>
    jQuery(document).ready(function($){
    alert('test');
    });
    </script>
    <?php
    });
    ?>

    in reply to: Quform2 – Pre Display #23349
    Venom
    Participant

    Migrating custom code from Quform 1.x


    iphorm_pre_display
    The name has changed.

    Old version:

    function my_pre_display($form)
    {
    // Custom code
    }
    add_action('iphorm_pre_display_1', 'my_pre_display');
    New version:

    function my_pre_display(Quform_Form $form)
    {
    // Custom code
    }
    add_action('quform_pre_display_1', 'my_pre_display');

    in reply to: Causes Validation for the save button #23308
    Venom
    Participant

    Hi Ally,

    I want to know how can I trigger the pre_validate hook, when the user clicks on “Save Draft” element (I want to be a button without submit action). If the “Save Draft” is the submit button, it would go through the validation process and insert the record to the Entry table and it would send out an Auto reply email.

    Instead, I want to insert the record to my custom database table only. Until the user clicks “Confirm”, then the record would be inserted to the Quform Entry table and sent out Auto reply email.

    Regards,

    Venom

    • This reply was modified 7 years, 6 months ago by Venom.
    • This reply was modified 7 years, 6 months ago by Venom.
    in reply to: Suggestions & Ideas #22512
    Venom
    Participant

    Great plugin.

    Let’s see if it is possible to add a new feature for future release.

    Bulk entries import like the following plugin
    https://gravityview.co/extensions/gravity-forms-entry-importer/

    in reply to: Multi Page Form with Additional Page Data Appeneded #22511
    Venom
    Participant

    Thank you for your great code sample.

    I am still reviewing the source code of Quform 2.0. It has many new features and the design pattern is based on DI. It will be great if you have more reference samples for using Quform 2.0 in advance topic guide.

    in reply to: Creating a plugin for custom code -Retrieve QuForm entries #22491
    Venom
    Participant

    It seems that the code for retrieving those entries now is encapsulated in Quform_Repository class. If it is correct, how could I make use of this class from my custom plugin?

    in reply to: Creating a plugin for custom code -Retrieve QuForm entries #22488
    Venom
    Participant

    For Quform 2.0, where does it go for the function of iphorm_entries() ?

    in reply to: Multi Page Form with Additional Page Data Appeneded #22339
    Venom
    Participant

    Hi Ally,

    I would like to have some example code for this.

    Regards,

    Venom

    in reply to: Translate Form Label. #20831
    Venom
    Participant

    Hi

    May I know the schedule of the next major update that we can decide the approach for development.

    Regards,

    Venom

    in reply to: how to edit submitted form data #20672
    Venom
    Participant

    Hi,

    It would be great if the plugin supports entry editing, any good news?

    Regards

    Venom

Viewing 12 posts - 31 through 42 (of 42 total)
Be inspired. © 2025 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy