How to integrate Shopify App into custom HTML Call to Action - html

I am building a Shopify store and have created my own custom Popup with HTML, CSS and JS. I also have an app on Shopify for sending emails, however, I want the app to send an email to a person when they submit their email via the popup, does anyone have any idea how to connect to an app in Shopify through my own custom HTML popup?
Thanks

Assuming the pop up form is correctly configured to post the new contact to your Klaviyo subscriber list, you could accomplish this by having a Welcome Series setup. I did a quick Google search and found this guide to setting up a Welcome Series with Klaviyo.

Related

How is SMTPJS for sending e-mails with only HTML pages?

How feasible is https://smtpjs.com/ to integrate with HTML page to send e-mail via contact form module. I am working with one HTML page and need to integrate the e-mail services.
Seems its free, but any thing need to be include in the page for the courtesy or anything else. guide me

Import personalized newsletter to Mailchimp

So I've coded a Mailchimp newsletter with their code format.
But the problem is that when I import that newsletter, it don't gets on "drag and drop" mode but goes on "code your own" mode so we only can modify it with code.
I won't touch to that newsletter after, so I would like to modify it with drag and drop for the next ones who'll use it.
Thank's in advance.
From the Mailchimp knowledge base:
Exported drag-and-drop templates will not include the drag-and-drop
functionality in their code. When imported into a MailChimp account,
drag-and-drop templates can be used to create and send campaigns, but
will not be editable in MailChimp. If you want to retain the
drag-and-drop functionality for a template, look into using our
template sharing feature.
So you have to save the template and share it/ save for future sharing.
Here's the link to How to share a template
Article content:
Navigate to the Templates page.
Locate the template you'd like to share by browsing the template
list or using the search and filter options.
Click the drop-down menu for the template and choose Share.
The Share screen provides two ways to share your template's unique
URL:
The Share by email option allows you send an email containing the
template's link to any valid email address. Enter each email address
you want to send the share link to, then click the Share Template
button.
The Share by URL option displays the unique URL for this template.
Give this URL to anyone you want to share the template with.
The template can then be edited or used in a Mailchimp campaign by the receiver

Dynamically Show View in yii2 advance

Hello i am working on web application in yii2 advance.i am new in yii2 development. In this project i want to show some part of body refreshed ajax request like in facebook when we click on Home just post area refresh, In my application i want same kind of functionality in my application.When i clicked on tab tab content change accordion to the tab clicked , change the html completely for tab section, is their any extension available their which provide same kind of functionality or any other suggestion?
Yes One Very good extension is available to fulfill your need that is kartik tabs-x.
Demo ink ==> http://demos.krajee.com/tabs-x
Download Url ==> https://github.com/kartik-v/yii2-tabs-x
Hope this will help you.

Display custom message after submitting a Google Form

I have a Google Form that allows user to enter their information. After they submit the form, the data is inserted to a Google spreadsheet as a new row.
However I want to show a dynamic message right after the form is submitted, overriding the original "thank you" message. The new message would display the information they just filled in, with an number assigned to him.
For example, Mary filled in her data and submit the form. Since Mary is the 5th person to submit this form, the message shows her number as 5.
Is there any way to achieve this? I have been studying Google App Script and HTML service but I am not sure if this is the correct way.
Please note that we have already using email to send out this message for several years however user strongly suggest that showing their ID right after form submission would make lots of things much easier.
Thank you very much!
Update
I have been working on it and now I am able to make a web page that inserts a new row to a spreadsheet. But another question: How to publish the web page? When I open the "/dev" link it works fine; However when I open the "/exec" link it says cannot find "Index.html" and I am sure there is a file called Index.html.
There is no way to add a custom confirmation message for the current user of the currently open Form. You can run code to change the confirmation message when the Form is submitted, but changing the confirmation message when the Form is submitted won't take affect until the NEXT Form is opened, and that's too late. So the next person to open the Form would get the confirmation message of the previous user.
You would need to convert everything to a stand alone HTML App for something like that.
Google just released a new version of Google Forms. In the settings you can change the confirmation page message for respondents. You can save a link to a web page in the custom message. So if you can create a web page with the data you want displayed, you should be able to save the link in the custom message.
In order to achieve the above-mentioned goal, you need to get the Google form on your web page. No, I am not talking about embedding the form to your web page but to create a stand alone HTML page. The reason behind doing so is since Google is a third party website, editing any code in Google forms is not possible and there is no other way (at least I could not figure out Yet) to place custom thank you page URL for the Google Form. You can even remove certain codes in your HTML page to make sure it doesn't look like or says Google form. Basically, to have custom URL you need to replace
Code to be replaced for custom Thank you url in Google form
In case you are not a techie, Playing with codes might break the code.This step by step blog for customising Google form might help you.

Is it possible to display google web app html page before authenticating ?

I want to display my google wep app html page first then with the help of button i want to authenticate the user. Is it possible ? Please help on this.
Thanks .
Its not possible unless you write two webapps. One without login which shows a link to the 2nd webapp.
Or make a google site with a public page that links to a private page.