Not Send A Field When A Form Is Submitted

Permalink
Hi

I have a form which has an input field for the clients email address.

I need to record this email address in the DB but I need to send the form submission notification without the clients email address.

How can I do this?

Help appreciated.

 
tallacman replied on at Permalink Reply
tallacman
Which form are you using? The core block or something else?

onearthasitisinheaven

steve
yourwillbedone replied on at Permalink Reply
Hi Steve

I am using the standard core concrete form.
http://yourwillbedone.info/index.php/expression-of-will-registrar/e...
tallacman replied on at Permalink Reply
tallacman
It looks like it going to be a piece of code in the controller.php file of the core block. You can copy the form block to your root::blocks folder and modify it there.

php knowledge required. I've messed around with this in the past but can only read a little php and not fluently.

Steve