Thanks for the quick response. Unfortunately, no, I'm looking for how to put this form on a third-party site so that it works without a page: http://mafia.company/mail/index.php/lists/bf031tzq7e526/subscribe and immediately subscriber data was added from the form.I think you're looking after https://kb.mailwizz.com/articles/find-subscription-form/ ?
You just take the code part of the form and paste it into your page/form builder.Thanks for the quick response. Unfortunately, no, I'm looking for how to put this form on a third-party site so that it works without a page: http://mafia.company/mail/index.php/lists/bf031tzq7e526/subscribe and immediately subscriber data was added from the form.
Tell me please, from which file, take this code? I want the subscription form to work directly on another site.You just take the code part of the form and paste it into your page/form builder.
No such path http://prntscr.com/hizulx http://prntscr.com/hizv21Go to backend/index.php/list-page-type/index
you will see Subscription form.
<form action="http://mafia.company/mail/index.php/lists/bf031tzq7e526/subscribe" method="post" accept-charset="utf-8" target="_blank">
<div class="form-group">
<label>Email <span class="required">*</span></label>
<input type="text" class="form-control" name="EMAIL" placeholder="" value="" required />
</div>
<div class="form-group">
<label>First name</label>
<input type="text" class="form-control" name="FNAME" placeholder="" value=""/>
</div>
<div class="form-group">
<label>Last name</label>
<input type="text" class="form-control" name="LNAME" placeholder="" value=""/>
</div>
<div class="clearfix"><!-- --></div>
<div class="actions">
<button type="submit" class="btn btn-primary btn-flat">Subscribe</button>
</div>
<div class="clearfix"><!-- --></div>
</form>
Thanks for the answer. Only I do not understand, on the site where these files will be: ajax_subscribe.php and setup.php mailwizzscript should be installed or not? Thank you.
This is why you need a developerOnly I do not understand, on the site where these files will be: ajax_subscribe.php and setup.php mailwizzscript should be installed or not?
I asked a person who makes the most complicated PHP scripts, but he has no idea what to do.This is why you need a developer
What form/page builder are you using?I asked a person who makes the most complicated PHP scripts, but he has no idea what to do.
all on my local PC.What form/page builder are you using?
Not sure how i can help here, it's really beyond we can help, this is why i suggested getting a developer for the job. Any developer that has worked with API's before should know. It's not rocket science at all.