I cant setting this.
My customer using our domain checking form on their site;
<form action="https://ayzeta.net/cart.php?a=add&domain=register" method="post">
Find your Domain: <input type="text" name="query" size="20" />
<input type="submit" value="Go" />
</form>
We want when coming new domain order on this form, adding their affiliate.
We try;
<form action="https://ayzeta.net/cart.php?a=add&domain=register&*?aff=3" method="post">
Find your Domain: <input type="text" name="query" size="20" />
<input type="submit" value="Go" />
</form>
Its not work. Its check domain status, but not adding affiliate static.
And try;
<form action="https://ayzeta.net/*?aff=3&gocart=true&a=add&domain=register" method="post">
Find your Domain: <input type="text" name="query" size="20" />
<input type="submit" value="Go" />
</form>
Its adding affiliate static, but its not checking domain status.
Thanks in advance for any support.