I want to create a simple form that catch for example Name and Email .But I like when a user submit this form he/she would receive an ID in his/her mail ; For example : Your ID is 12 ; and when a new user submit same form afterward , he/she would receive this message in his/her mail : Your ID is 13 .
I think it`s easy with UDT but unfortunately I`m not a coder
Also I want provide a link in email after submission like this : index.php?page=detail&id=ID , that ID in this link is exactly related user ID .
And when a user click on it , he/she goes to that page and that page contains another form that get some other information like Job and Age and etc, but one field in this form is an static text that shows user ID .
Please help me to provide it .
Thanks


