Add html layout to email

Home Forums Quform WordPress Add html layout to email

This topic is: resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #31187
    patdundee
    Participant

    Hi 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 3 years, 11 months ago by patdundee.
    Attachments:
    You must be logged in to view attached files.
    #31202
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

    #31212
    patdundee
    Participant

    Ta

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy