Guest_imported
New member
- Jan 1, 1970
- 0
Hi.here I have two questions. Could anyone please teach me how to embed an image into a html email?
2)I saw some sites do offer this feature in their registration forms:
If a user accidently ignored some required fields, an error page with the data filled by the user previously will be displayed instead of having he/she to click on the 'back' button. This will be much 'user-friend' since the user doesn't need to fill in the entire form all over (like
I used <input type=text name=textbox VALUE=$textbox> to do the trick but it works only with TEXT input. I hope the form could 'remember' the data stored in radio button,checkbox and select menu as well, so what should I do?My deepest appreciation belongs to you.Thank you very much.
2)I saw some sites do offer this feature in their registration forms:
If a user accidently ignored some required fields, an error page with the data filled by the user previously will be displayed instead of having he/she to click on the 'back' button. This will be much 'user-friend' since the user doesn't need to fill in the entire form all over (like
I used <input type=text name=textbox VALUE=$textbox> to do the trick but it works only with TEXT input. I hope the form could 'remember' the data stored in radio button,checkbox and select menu as well, so what should I do?My deepest appreciation belongs to you.Thank you very much.