How can I equip my site with a "vetting" form?

monkeyshines

I want to set up a page within my site that contains a form for a prospective client to fill.

I would then manually inspect the form's results to ensure the prospect is qualified, and then send them a temporary link to another page that expires in a few hours, or perhaps after one click.

Any advice that can help me towards this goal would result in me thinking you were very cool.

Thanks!! ms

MartinWebb

This would be done server side. The general flow would be that you would submit the html form to the server. Place the data from the form into a server side database. Send an email to the site admin, notifying them that an entry has been made. Then build a control panel where they can view entries and approve them. This would then send an email to the form submitter, grant them access etc.

It may be an easier better approach to use a form service that does most of this for you.

Take a look at:

https://www.formstack.com

If you want to code it your self. You could use a framework such as:

https://firebase.google.com/ (Js)

or

https://github.com/expressjs/express (Node js)

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How can I make my MsgBox Appear if the Equip_No is not equal to the value in the Equip_no Textbox?

From Dev

How can I make my MsgBox Appear if the Equip_No is not equal to the value in the Equip_no Textbox?

From Dev

How can I center this datepicker in my form?

From Dev

How can I align my form the left

From Dev

How can I use external HTML form in Joomla site?

From Dev

How can I know how well protected my password is on a site?

From Dev

How can I protect my site from the multiple post requests?

From Dev

How can I import .woff fonts my site

From Dev

How can I add RDFa to my Google Site?

From Dev

How can I get user's country flag on my site

From Dev

How can I remove the horizontal scroll bar on my WordPress site?

From Dev

How can I import the sample xml data into my Wordpress site?

From Dev

How can I update the domain name of all my bookmarks for a site?

From Dev

How I can redirect my site links via an .htaccess file?

From Dev

How can I protect my site from the multiple post requests?

From Dev

How can I manually control the collapse button on my wordpress site

From Dev

How can I download an installed extension from my magento site

From Dev

how can i extract another shopping site product for my website?

From Dev

How can I use twitter bootstrap in my site?

From Dev

(How) can I tell if my form field is hidden in Django template

From Dev

how can I put in HTML certain information form my json

From Dev

How can I make my form take only a limited space?

From Dev

How can I tell my form that the value of a control changed?

From Dev

How can I access my list in another form?

From Dev

How can I extend my form with csrf token properly?

From Dev

How can I add an image header to my php mail form?

From Dev

How can I arrange my form with html and php

From Dev

How can I create a relative URL location for my form?

From Dev

How can I chain my form with just one function?

Related Related

  1. 1

    How can I make my MsgBox Appear if the Equip_No is not equal to the value in the Equip_no Textbox?

  2. 2

    How can I make my MsgBox Appear if the Equip_No is not equal to the value in the Equip_no Textbox?

  3. 3

    How can I center this datepicker in my form?

  4. 4

    How can I align my form the left

  5. 5

    How can I use external HTML form in Joomla site?

  6. 6

    How can I know how well protected my password is on a site?

  7. 7

    How can I protect my site from the multiple post requests?

  8. 8

    How can I import .woff fonts my site

  9. 9

    How can I add RDFa to my Google Site?

  10. 10

    How can I get user's country flag on my site

  11. 11

    How can I remove the horizontal scroll bar on my WordPress site?

  12. 12

    How can I import the sample xml data into my Wordpress site?

  13. 13

    How can I update the domain name of all my bookmarks for a site?

  14. 14

    How I can redirect my site links via an .htaccess file?

  15. 15

    How can I protect my site from the multiple post requests?

  16. 16

    How can I manually control the collapse button on my wordpress site

  17. 17

    How can I download an installed extension from my magento site

  18. 18

    how can i extract another shopping site product for my website?

  19. 19

    How can I use twitter bootstrap in my site?

  20. 20

    (How) can I tell if my form field is hidden in Django template

  21. 21

    how can I put in HTML certain information form my json

  22. 22

    How can I make my form take only a limited space?

  23. 23

    How can I tell my form that the value of a control changed?

  24. 24

    How can I access my list in another form?

  25. 25

    How can I extend my form with csrf token properly?

  26. 26

    How can I add an image header to my php mail form?

  27. 27

    How can I arrange my form with html and php

  28. 28

    How can I create a relative URL location for my form?

  29. 29

    How can I chain my form with just one function?

HotTag

Archive