Placement of the subscription form on a third-party hosting

Svetlana

New Member
Good afternoon. Tell me please, can I post the subscription form in case the MailWizz script itself is on mafia.company, and the subscription form on the other ?. What to do or read to realize. If there is such an opportunity. Thank you.
 
You need to login with your domain.com/backend/index.php/list-page-type/index
There you will see page.
 
@Svetlana - Login as a customer and go to your email lists. Select the list you want to send subscribers to. Click on it's name. Then from the next screen, select List Forms. You'll then see the HTML for the subscription form. Select it and use it in your site.
All this is explained in the above url ;)
 
Good afternoon. Unfortunately, I do not correctly explain, you do not understand me). This form:

HTML:
<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>

does not work for me, because when sending data, it redirects me to http://mafia.company/mail/index.php/lists/bf031tzq7e526/subscribe I want to place this form on the site: http: // prntscr. com / hj9lq2 to send the data immediately saved in the script. I hope you got what I meant).
 
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.
 
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.


Hi, I managed to get rid of the page http: // prntscr. com / hj9lq2 and redirect to the page I wanted to. However, when I check my list, the email I have opted-in wasn't record in the list.

Please advice
 
Back
Top