Video 35 from the Wappler 5.0/6 Quickstart "In this module we learn how to edit our SEO parameters"

Followed the video by @Hyperbytes several times and have had no success being able to edit the data from the modal. Went back to the SCRUD (video 32) to make sure update API was correct according to video.

Using Macbook Pro M1 running Mac OS Sequoia 15.7.3
Using Postgres 18 Custum DB connection which is running fine.
Using Wappler 7.5.2

I can see the data in the modal when opened but when I try an edit it won't save or update the edit.

Not sure about the best approach to fix this. Pretty sure it's an error on my part and not Wappler.

Hello @BitRockabilly make sure button is type "submit"
Do you see any errors on browser console after trying to update?

Thank you. Made sure It is a submit type.

This is not right, condition should be something else, like $_POST.id_user instead of $_POST

1 Like

Will check in browser console. Using Latest Firefox Developer Browser

Updated that. Still no luck.

What thing is not updating?
Your topic is about video 35 (SEO update), but the images are about users

Updating user details, not SEO. Made assumption same logic would work for any table in db. That not a good assumption?

Will go back and try using SEO update page using same logic and see if I have any success with that table versus my user table.

Just asking because I was looking the video on youtube to compare..

So the problem is updating user details?
Can you post the form here?

Yes. It won't update any details.


After opening the page on the browser, open dev tools and click network:

Then click on XHR

After form submit you'll see the request:

Take a look if status is 200

Confused. You talk about SEO update but you are trying to update the users table, not the SEO table?

What exactly are you trying to do.

Also, if you are tryingbto update the users table, that is also wrong.

1 Like

Thanks for the reply. Love watching your training videos. Was attempting to use the same logic you explained for editing the SEO table in another user table I created. Want to be able to make edits to existing users via the admin layout.

The error is comming from the server, take a look at this topic:

And let us know what the error message is

1 Like