My base url is set to https but the link in the email of webform does http.

I have tried a test upgrade to version 5.x.2.0 and my webforms were wiped, loosing previous submissions and the forms field structure, so upgrading doesn't seem to be an option for me.

Comments

quicksketch’s picture

Hmm, I'll try to figure out a way to pass in the original protocol to the webform e-mail, but maybe a better approach would simply be theming your Webform e-mails? You can follow the instructions in THEMING.txt to override the normal behaviors, or use the normal method of just copy/paste the theme_webform_mail() function from webform.module and put it in your template.php file.

iancawthorne’s picture

Thanks quicksetch, I'll take a look at theming it like you suggest.

quicksketch’s picture

Status: Active » Closed (fixed)

The URLs printed in emails are now the full URL as rendered by the url() function. This should solve the http/https issue.