Hi,
Welcome to the forum! 🙂
– remove the “Add new row to table REGISTRATION” that appears above the form
The “Add New” button cannot be removed, unless you change the insert column to “Only”. But this will remove the list as well. Do you want visitors to be able to see the list?
If you want to keep the list and still remove the button, you’ll need to add your own code. You could use action hook wpda_before_simple_form to add your own javascript code to remove the “Add New” button. Here is the documentation:
https://wpdataaccess.com/2020/04/11/action-hook-wpda-before-simple-form-to-add-custom-elements-to-beginning-of-data-entry-forms/
If you are new to WordPress this might be a challenge…
– change the title of the button “save changes to database” to “enter”
You will either need to update the language file or add your own code (same as mentioned above).
– redirect the user to another page in the site
You can either add a button to your webpage, or add one using one of the hooks. More information about hooks and filters can be found here:
https://wpdataaccess.com/code/
Does this help? What are your requirements?
Best regards,
Peter
Thank you for your prompt reply!
I’ll spend some time figuring out the button hooks later, in the meantime I’ll just add another button.
The “Add new row to table REGISTRATION” I was referring to isn’t a button, it’s a title above the main form box that I can’t seem to get rid of after imbedding the wpdadiehard short code into a webpage. I followed the same procedures you did in your video tutorial, and in your case a title didn’t show up.
THanks
That is the default title. Please add your own title in the project page (scroll down) to overwrite it.
Hope this helps,
Peter