So I did a bunch of test with yahoo gmail and host gator email. If I use
function change_cf_from() {
return ” (Email address hidden if logged out) “;
}
add_filter(‘avf_form_from’, ‘change_cf_from’, 10);
I as the receiver of the form data get the form information via email but the sender doesn’t get an auto response.
If I remove the function change_cf_from() {
return ” (Email address hidden if logged out) “;
}
add_filter(‘avf_form_from’, ‘change_cf_from’, 10);
and submit the form with data, I as the sender get an auto response message but the receiver of the from doesn’t get any of the data because there isn’t an email being sent.
What’s up with that?
So now I get the auto response text as the submitter, yes it’s going to my junk mail but I’m not getting form submission data as the recipient.
I’m sorry I added the code like you said and it’s still showing me the same issue with the login fields floating to the left.
http://oi39.tinypic.com/qzkrxi.jpg
That kind of worked. The text moved over but not the login fields. Take a look http://smartpaynm.com/staff/
How do I find the menu item id?
Is anyone going to help me?