Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Form Maker Support

    (@formmakersupport)

    Hi,

    Here is the Custom Table for the simp[le_form

    INSERT INTO simple_form (id,title,html`) VALUES (“{1}”, “{2}”, “{3}”)
    UPDATE simple_form SET id=”{1}”, title=”{2}”, html=”{3}”
    DELETE FROM simple_form WHERE id = “{1}”`

    Thank you and have a nice day!

    Thread Starter joefridaywebmaster

    (@mshragesnetnet)

    OK – SQL Mapping has been done. What I have not seen is how to USE the update and delete queries that were configured. I don’t see a way to add an update or delete button to the form or set and option on the form to include an update and delete button.

    How are these query options used? Where do I configure the appearance of update and delete buttons?

    Plugin Contributor Form Maker Support

    (@formmakersupport)

    Please note that we have a Submit button. If you add the needed query (update or delete query) then after clicking the Submit button the query will execute.

    Thanks, have a nice day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Full CRUD MySql table example needed’ is closed to new replies.