Custom database…..

Home Forums Quform WordPress Custom database…..

This topic is: not resolved
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #30171
    minicu
    Participant

    Hi.

    I created a table called custom1 in the database.

    However, no value is entered in the table.

    I want to store the value in a table created separately in the database.

    What should I do?

    Unique ID for each field property below.

    quform id = “2”
    unique id (text) = 2_5, 2_6, 2_26
    unique id (radio button) = 2_16
    unique id (date) = 2_34
    unique id (textarea) = 2_29

    I entered the following in fuction.php

    <? php
    add_action (‘custom1’, function (Quform_Form $ value) {
         $ value = $ form-> getValues (array (
             ‘2_5’ => ‘business_name’,
             ‘2_6’ => ‘name’,
             ‘2_16’ => ‘maker’,
             ‘2_26’ => ‘serial’,
             ‘2_34’ => ‘date’,
             ‘2_29’ => ‘message’
         ));
    });
    ?>

    But it’s not stored in my custom1 table.

    Help me

    Attachments:
    You must be logged in to view attached files.
    #30176
    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.

    #30192
    minicu
    Participant

    Please check again.

    #30193
    minicu
    Participant

    I registered a new license.
    Please check the license and answer
    thank you

    #30211
    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 5 posts - 1 through 5 (of 5 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