Closed (fixed)
Project:
Webform
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Jun 2008 at 14:04 UTC
Updated:
21 Sep 2008 at 04:42 UTC
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
Comment #1
quicksketchHmm, 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.
Comment #2
iancawthorne commentedThanks quicksetch, I'll take a look at theming it like you suggest.
Comment #3
quicksketchThe URLs printed in emails are now the full URL as rendered by the url() function. This should solve the http/https issue.