I have finally got this up and working through the help of this community forum. I was wondering if I can change the save button on this page ~ http://www.ithankstevejobs.com ~ to go to a user registration page if he/she is not signed up. But it would need to remember the message they type in the block so they do lose it and have to type it twice. Right now I am afraid my server will explode with spam messages.

Comments

vm’s picture

set perms so that anon users can't use the form which will force users to authenticate first. Otherwise, investigate a captcha module or one of the other antispam modules in the repo.

krymp’s picture

Well If I set it that way, then they dont even get the option on the home page. www.IthankStevejobs.com

vm’s picture

"Otherwise, investigate a captcha module or one of the other antispam modules in the repo."

Beyond that I suppose you could write a custom module that would expose the form but alter the submit handler. The data filled in would have to be stored in a cookie or anon session, since all users who are anon or a single uid, which is 0.