Live website, web form question

Permalink
HI everyone, I have a live website athttp://www.cygnets-preschool-swanscombe.co.uk/... and i am looking for a pointer on where to make a change to the registration form. I set this page up a while ago and forgot about it if i am honest! The customer has contacted me because they are receiving requests from their customers but for whatever reason the emails are delivered from my email address. Where do i change the default email address that the web form uses? I have looked at the dashboard but i can't see it anywhere.

Thank you for any advice.
Many Thanks

 
hutman replied on at Permalink Reply
hutman
If you go to that page and edit the form block, you should be able to edit the email field and check the box for "Reply to this email address". Which will set it up so that when they click reply on the email it goes to the correct person.

To get the From address to change you have to set this in your /application/config/generated_overrides/concrete.php where the 'FROM_EMAIL_ADDRESS' is the email address that they always want it to come from (I do not believe this can be dynamic).

/**
* ------------------------------------------------------------------------
* Email settings
* ------------------------------------------------------------------------
*/
'email' => array(
     'form_block' => array(
            'address' => 'FROM_EMAIL_ADDRESS'
     ),
),