Page 1 of 1

How Could I have an "ID based" form ?

Posted: Sat Sep 29, 2007 8:32 pm
by amin30b
Hi
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

Re: How Could I have an "ID based" form ?

Posted: Sun Sep 30, 2007 6:05 am
by amin30b
Always questions about interactive forms have no answer  ;)

Re: How Could I have an "ID based" form ?

Posted: Sun Sep 30, 2007 2:34 pm
by calguy1000
don't use ID, it's used internally, use myid or theid or someotherid, but not id.

And I posted a thread in the tricks & tops as to how to do simple inline forms with CMS Made Simple.

Re: How Could I have an "ID based" form ?

Posted: Sun Sep 30, 2007 5:50 pm
by amin30b

Re: How Could I have an "ID based" form ?

Posted: Sun Sep 30, 2007 8:33 pm
by calguy1000
yup