Redirect on Sign up form not working

Hello i need help.
I am new to wappler but beginning to get a hang of it. I need a help tho.

I found this tutorial by @Hyperbytes on https://www.youtube.com/watch?v=ZIOJdbfxZdI&t=134s
about creating a user. I have followed every step and it works but when i hit the submit button, it creates the user in database but does not redirect to the success page. Rather it redirects to this URL http://localhost/firstproject/dmxConnect/api/register.php

Kindly help please.

So you have app connect included on your page?
Have you set your form type to Server Connect form?
Are there errors in the browser dev tools?

GET http://localhost/firstproject/dmxAppConnect/dmxAppConnect.js net::ERR_ABORTED 404 (Not Found)

I just saw this error. How can i fix it please?

Thank you @Teodor

It seems the app connect js is missing from your server. Make sure to upload it.

1 Like

Please how can i upload it on wappler?

I am working on localhost server @Teodor

How’s your target set up?

If i understand what you mean; I have my target localhost setup using Wamp server.

Then, Jquery, font awesome, bootstrap and app connect local are the frameworks i have.

Are you getting me? @Teodor

Hey! I fixed it… Thank you!

But now i have duplicate entries in the database. any help with that? @Teodor

Please paste the form code here, wrapped in 3 backticks: ```

1 Like

Apologies for late response. I have been working offline and i was able to fix that issue too.

Thank you so much for your help.

I will post a new topic on the help i might be needing help with. But let me post here so you can see.

The above is what i am working on. I have challenges in so many areas.

  1. The css changes made on the design panel do not work on the broswer after i save my app. I am not certain i know how to apply design panel changes to the app.

  2. Issues working on a live server. Like working with a web server (cpanel) etc. Kindly point me to a resource.

  3. Sending email after sign up. The sign up form works properly. Need it to semd email after sign up. Resource needed.

  4. Responsive css not working like i want. Eg i want the heading font on mobile to be h2 while on web h1… But when i select h2 on mobile, it applies on all screen sizes.

Thank you @Teodor