Home › Forums › Quform WordPress › Add html layout to email
This topic is: resolved
- This topic has 2 replies, 2 voices, and was last updated 5 years, 1 month ago by
patdundee.
Viewing 3 posts - 1 through 3 (of 3 total)
- AuthorPosts
- May 14, 2020 at 3:36 pm #31187
patdundee
ParticipantHi Ally
I am using a custom redirect in my child theme (code below)
In the email i need to send as HTML and add the layout shown in the attched image.The layout needs to be a table with 2 columns / 8 rows with the name of each item shown in image
Any ideas greatly received.
Here is the code i am using to trap and redirect you can see i am already calling and adding other details.
function my_success_redirect_url6($url, Quform_Confirmation $confirmation, Quform_Form $form) { $domain=$form->getValueText('quform_6_17'); $webHost=$form->getValueText('quform_6_15'); if ($webHost==1) { $webHost="Transferring In"; } else { $webHost="Not Transferring In"; } $cartID=$form->getValueText('quform_6_16'); $url=('http://www.mydomain.co.uk/?add-to-cart='.$cartID.'&domain_name_meta='.$domain.'&webHost='.$webHost); return $url; } add_action('quform_confirmation_redirect_url_6_1', 'my_success_redirect_url6', 10, 3);
- This topic was modified 5 years, 1 month ago by
patdundee.
Attachments:
You must be logged in to view attached files.May 16, 2020 at 10:02 am #31202Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
May 17, 2020 at 1:08 pm #31212patdundee
ParticipantTa
- This topic was modified 5 years, 1 month ago by
- AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.