• Resolved manish96170

    (@manish96170)


    I want to know that this plugin saves mobile no in database usermeta table
    of wordpress by demb_phone meta key and meta value {phone number:what ever} but no one script uses the query of insert and using table .How it is possible orit uses another technique to store.
    Kindly Let me know.

    https://wordpress.org/plugins/events-manager/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    sorry, didn’t quite get what you mean?

    Thread Starter manish96170

    (@manish96170)

    i want to ask there is a booking form in which mobile is a field by this form user enters his mobile no. that will be submitted or store in database which file and method it is used to store the data in database of wordpress and i know that this value which is filled byuser it will store in usermeta table of wordpress
    so can you make me understand via which files value is going and then store

    caimin_nwl

    (@caimin_nwl)

    There’s no field to store a mobile number by default but you could make an edit to the form templates to add one.

    Thread Starter manish96170

    (@manish96170)

    Sorry for writing mobile number i.e., Phone field how the values are stored in usermeta table i know that you know what i want to do put an extra fields i do all the things but only the insertion part how to insert usermeta table is done like phone all like i can see the extra fields in admin and can update that value by redux plugin but i want that by default form can get the value just for learning .

    Please make me understand how this is possible to insert a value and one thing author didn’t use the usermeta table for insertion and instead he is done insertion in this table.

    Can you give the file name from which database usermeta table accepts the value insert into usermeta like structure in which file you used for Phone field

    caimin_nwl

    (@caimin_nwl)

    Sorry, I don’t understand what you need to do, or what the connection is with the Events Manager plugin. Could you explain?

    If you’re setting / getting user meta values, these might help:

    https://codex.wordpress.org/Function_Reference/get_user_meta
    https://codex.wordpress.org/Function_Reference/update_user_meta

    Thread Starter manish96170

    (@manish96170)

    i want to add custom field in events manager by default booking form
    so i just duplicate the events manager phone filed every thing is ok with that but it can’t take a value from the default form as i create a new field as address by booking form file and also in all files i add this. If every new field can insert its value in usermeta table of wordpress then our custom field will definetly created because as i insert a complete data manually by phpmyadmin by insert query and it will display the value of address in admin where when booking is done then admin can see the details of booker or customer like name ,phone,email, and (my custom field) address all displays its values also complete information .

    I can also add data by javascript because javascript can send different fields value to different files as one submit button and value inserts by different fieldin to different table but i want to to do like yours jquery.

    I can also take value from the user by using register plus redux plugin and when user registers by by default registration form of wordpresss it takes all value and can show in admin all details because above plugin uses usermeta table for inserting its value.

    I am not able to find insertion query of phone field in any file how it can be possible to insert a value in table without using itsname or do you using any intelligence to do this or if used then in which file can you give the name of file.

    What i want to insert by your by default form because that is a exact solution.
    You can mail me directly manionpath@gmail.com

    My company also have your pro version but needs to learn.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘I want to know that this plugin saves mobile no in database usermeta table’ is closed to new replies.