contact form 7 checkbox to send two different emails - wordpress

I created a form with 2 check boxes (Infographics AND WEBEX Video). So when the user clicked on Infographics checkbox for an example and click the submit button, they will receive an email with the URL link to download the pdf.
Likewise, for WEBEX checkbox, the user will receive a different email with the URL link to watch the video. When the user clicked both check boxes, they will receive an email with both links.
How do I do that?

i suggest Ninja Form + Ninja Form Conditional Logic, check https://mediaspotstudio.in and find estimate cost online Menu

Related

GTM trigger not firing on custom pop-up screen

On our site, https://www.nzmotorhomerentals.co.nz/ we have created an tag in our GTM container to track Adwords conversion, however are having issues getting the tag to fire when a user clicks the Confirm button at the end of the booking process. We believe this is due to the pop-up screen once a user clicks on a search result.
At the moment the booking process is as follows:
1. User lands on homepage or other landing page.
2. User enters search criteria, and clicks 'Search'
3. User lands on /results page and then clicks 'Select' on chosen vehicle
4. Pop-up window appears and user clicks 'Go to final step'
5. User lands on final booking page and clicks 'Confirm'. When a user clicks 'Confirm' this is when we want the tag to fire.
We have tried a wide range of trigger variables with no luck. We managed to get a tag to fire on step 1 when a user clicks 'Search' as a way of troubleshooting, however have not been able to get any tags to fire once a user lands on the /results page and further into the booking flow.
All content from /results onward is a custom piece of html that is pulling from a broker site (this website is an affiliate model). We are wondering if Google Manager is able to read this custom code at all.
Any assistance on how variables to set to fire this trigger is much appreciated.
your booking form is implemented in the iframe and is unavailable to Tag Manager.

how to add custom functionality after woocommerce place order button

I am creating a plugin to send a one time password (OTP) to the user when the place order button is clicked. When the user clicks the button, the number from the phone number field must be captured and an API must be called to send the OTP. After that a page with an input text box to enter the OTP must be present. If the user doesn't verify the order with the OTP, it must not be placed.
I am unable to find any hook to place such a textbox area and for the order placing.

Paypal Standard - Add to cart button (with options) Can i use a text link instead of button image and remain secure?

Im using Paypal Standard shopping cart - Add to cart button (with options)
Can i use a text link instead of the Paypal provided button image while the button code is still securely hosted on paypal ?
I want to use a text link and style the button that way instead of the standard add to cart buttons.
I see in Paypal button generator that you can make a text link for email, but that doesnt work for add to cart buttons with options, which is sometimes necessary.
Thanks for any advice.
Whenever you check "Save button at PayPal" option , your buttons are hosted and secured by PayPal.
Unfortunately, any button with "drop-down" options generated via Paypal button generator will not have the email tab generated. This is because it is highly impossible to have drop-down options in an email link.This is intended behavior.
To use a link for add to cart which is non-hosted :
https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_cart&business=S4X5XW328WAYY&item_name=tests&currency_code=USD&amount=10.00&add=1
where business is your paypal account email address or business ID.

Is there a way to run a subroutine when a user clicks a link from an email?

My program currently sends out an email when a new "Contact" has been added to my application. This email includes a link that has the ContactID and will link to a page (Contacts.aspx). This Contacts.aspx has a Gridview with various contact records inside of it. Whenever a specific record is selected, it provides more information on that contact through a subroutine called LoadContact(int ContactID). It provides more information by showing a panel with various asp.net controls such as labels and checkboxes. My question is this:
Is it possible to set it up so that when the user clicks the link in the email, it takes them directly to the Contacts.aspx page and loads more information on that specific contact automatically rather than them having to click a specific record with that contactid?
you can add a parameter to the link
Contacts.aspx?myparameter=foo
and then in your Codebehind-File access this in the Page Load Event
Request.QueryString("myparameter")
With that information you can select specific Data in your Gridview

How to redirect iFrame after third part form submit?

I have a third party form that I can't control. I'm putting that form on my webpage via an iFrame. I am then trying to redirect that iFrame to a new page after the form has been submitted.
Example:
User visits my webpage. They enter their email in the web-form. They then hit submit. The iFrame is redirected to a page that displays "Thanks for confirming your email!" etc..
Essentially after they enter their email I want that iFrame to redirect to a different page. I don't know how to do it because I don't control the form. I was thinking maybe adding a button or function when they hit enter or click submit that it submits the form then after a set amount of time it r
This is considered cross site scripting http://en.wikipedia.org/wiki/Cross-site_scripting so I'm not sure if it will work. Maybe you could open the subscribe form in a modal(like this http://colorpowered.com/colorbox/) and then the user will close the modal when he wants.

Resources