How to directly connect aweber autoresponder with a wysiwyg web builder form?

This section is for posting questions which are not directly related to WYSIWYG Web Builder.
Examples of off topics: web server configuration, hosting, programming related questions, third party scripts.

Note that these questions will generally not be answered by the administrators of this forum.
Post Reply
saulmeza1
 
 
Posts: 15
Joined: Tue Nov 05, 2019 1:14 pm

How to directly connect aweber autoresponder with a wysiwyg web builder form?

Post by saulmeza1 »

How to directly connect aweber autoresponder with a wysiwyg web builder form? not with hrml code. I mean direct in settings
User avatar
Pablo
 
Posts: 21508
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: How to directly connect aweber autoresponder with a wysiwyg web builder form?

Post by Pablo »

I am not familiar with "aweber autoresponder", but I assume it is a form processor?
In that case, you can set the 'action' property of the form to the script of aweber autoresponder.
saulmeza1
 
 
Posts: 15
Joined: Tue Nov 05, 2019 1:14 pm

Re: How to directly connect aweber autoresponder with a wysiwyg web builder form?

Post by saulmeza1 »

What would it be in this case?

<div class="AW-Form-123456789"></div>
<script type="text/javascript">(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//forms.aweber.com/form/96/123456789.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, "script", "aweber-wjs-h1rtjqaio"));
</script>
User avatar
Pablo
 
Posts: 21508
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: How to directly connect aweber autoresponder with a wysiwyg web builder form?

Post by Pablo »

It does not look like this is standard HTML form with an action.
Post Reply