Hi,
Its very simple friend. You can write a component that contains a form (say com_yourform) and do the following:
- Define a form input element with any name like 'domain' etc.
- In Ajax Whois Configuration - Change Registration Page Links here you can define a url like:
| Code: |
http://yoursite.com/index.php?option=com_yourform&domain=%domainname%.%tld%
|
here %domainname% will automatically be substituted with the available domainname and %tld% with the available domain extension. - Now you can use $_REQUEST or $_GET to read variables passed by the url to your component.
- Now it is your sweet will to store this form in database, process it or send an email using your component.
In a few days we shall be releasing a useful Ajax Whois domain registration addon component.
Admin