On every invite that I make I need to write "500000" on the rider box (It is my default rider). Can you create a feature that fills it automatically for me? It would be settable on the Popomungo preferences.
That would be quite easy, but I do not own a club any more, so I cannot check the details now.
ps. There are few extensions that already can solve your problem, for example http://autofillforms.mozdev.org/
Veini Turunen @ Popmundo
But I'd need to install a entire script to fill just one box =P
About the details:
The invite page is
http://wwwXXX.popmundo.com/Common/ConcertInvite.asp?ArtistID=XXXXXXX
The input for the rider limit is this:
< tr> < td>< b> < b>Rider Limit < td>< input type="text" size="10" name="RiderLimit" value="[b]XXXXXXX[/b]">US$< /td> < /tr>
Thanks for the details.
Re: Fill rider information on invite
That would be quite easy, but I do not own a club any more, so I cannot check the details now.
ps. There are few extensions that already can solve your problem, for example http://autofillforms.mozdev.org/
Veini Turunen @ Popmundo
Re: Fill rider information on invite
But I'd need to install a entire script to fill just one box =P
About the details:
The invite page is
http://wwwXXX.popmundo.com/Common/ConcertInvite.asp?ArtistID=XXXXXXX
The input for the rider limit is this:
< tr>
< td>< b> < b>Rider Limit
< td>< input type="text" size="10" name="RiderLimit" value="[b]XXXXXXX[/b]">US$< /td>
< /tr>
Re: Fill rider information on invite
Thanks for the details.