Jump to content

Form processing


stribor40

Recommended Posts

Hi

I have simple html form that i would like to process in following manner

When user is filling form there will be only one button (submit)

Once user clicks submit i will receive an email and in the emai there will be link which i can click that will lead me back to the page with the form with all fields filled (what user filled).

Now at this point i will see only 2 buttons (accept and reject).

At this point i can change something or add something to what user already filled and i can chose to reject or accept form to be submitted to the database.

Either way user who filled the form will receive an email.

 

Can anyone suggest how to solve this problem. Any ideas would be appreciated.

Link to comment
Share on other sites

Welcome to Phpfreaks.

 

At first, you need to try it yourself and come back with some particular code. If you have already tried it please post your code, then others can help you to solve the problem.

Link to comment
Share on other sites

Why are you need to go to the form clicking on a link in email message? If you need to activate or deactivate users you can do it through your email itself. (without going to form back ).

 

Just add a active column to your sql table and update it using the email which receiving to you. 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.