Hi, I have AcyMailing 7.0.4 installed on a Joomla 3.9.24 website. That's the easy part.
What I would like to do is create a basic html page that has a subscribe form that will enable people to subscribe to an AcyMailing list on my Joomla website.
Is this possible?
I searched the AcyMailing documentation and found this code which I have tried to implement (with no success).

<form name="form1" method="post" action=""https:www.yachtcharterauctions.com/index.php"">
<table class="acymailing_form">
<tr>
<td><label for="user_name">Name</label></td>
<td><input id="user_name" type="text" name="user[name]" value="" /></td>
</tr>
<tr>
<td><label for="user_email">E-mail</label></td>
<td><input id="user_email" type="text" name="user[email]" value="" /></td>
</tr>
<tr>
<td colspan="2"><input class="button" type="submit" value="Subscribe" name="Submit" /></td>
</tr>
</table>

<input type="hidden" name="ctrl" value="frontusers" />
<input type="hidden" name="task" value="subscribe" />
<input type="hidden" name="redirect" value="https:www.yachtcharterauctions.com/thank-you.htm" />
<input type="hidden" name="hiddenlists" value="4" />

<input type="hidden" name="option" value="com_acym" />

</form>

Am I even close? Any advice or help would be appreciated.
Thanks,
JR

Hi, because the subscription form is on an html page, not the actual Joomla website.

I am using the AcyMailing subscription form on the Joomla site but it is not live or available to the public yet.

That's why I an using a basic index.html page in the meantime that is viewable to the public.

Hope that makes some sense.

JR

Hi,

For some reason I can access your site....

Can try to add this to your form:

<input name="id" type="hidden" value="0" />

Thanks but that did not seem to work

What do you mean with "the site is not accessible for the public"? If a visitor can't access your site, neither can the external subscription form.

Ok so I need to clarify. The site is live and viewable but I have not publicized the URL to the general public.