I think i used ozeform a few years a go, the key to automating any input is some type of url that can be manipulated such as a numbered system or the ability to import a page with a list of urls, that can be used with a look up feature.
I have a handy bit of code that will display urls in text form so they can be used to open webpage.
Formatting to forum has always been an issue, 2 ways i can do it is copy your info you need displayed in to a text document like note pad the align everything manully.
Or you can use a list feature in BBcode and paste it to the forum, but it need to be suited to this forum.
example, this is not suited but gives an idea.
here is the code
Code:
[table]
[tr]
[td]
Mackay Race 5[/td]
[td]
Hillross Mackay Plate (C6)[/td]
[td]$12000[/td]
[td]
Class 6[/td]
[/tr]
[tr]
[td]No Horse[/td]
[td]Rated Price[/td]
[td]Win[/td]
[td]Place[/td]
[/tr]
[tr]
[td]5. Il Cardinale[/td]
[td]$2.89[/td]
[td][/td]
[td][/td]
[/tr]
[tr]
[td]8. Hussana[/td]
[td]$3.08[/td]
[td][/td]
[td][/td]
[/tr]
[tr]
[td]9. Massuri[/td]
[td]$3.08[/td]
[td][/td]
[td][/td]
[/tr]
[tr]
[td]4. Heritage Star[/td]
[td]$10.29[/td]
[td][/td]
[td][/td]
[/tr]
[tr]
[td]3. Sir Nick[/td]
[td]$11.91[/td]
[td][/td]
[td][/td]
[/tr]
[/table]
[table]
[tr]
[td]
Mackay Race 6[/td]
[td]
A1 Battery Pro Plate[/td]
[td]$50000[/td]
[td]
Open[/td]
[/tr]
[tr]
[td]No Horse[/td]
[td]Rated Price[/td]
[td]Win[/td]
[td]Place[/td]
[/tr]
[tr]
[td]2. Blackjack Davey[/td]
[td]$2.50[/td]
[td][/td]
[td][/td]
[/tr]
[tr]
[td]3. Maximum Command[/td]
[td]$4.36[/td]
[td][/td]
[td][/td]
[/tr]
[tr]
[td]1. Craiglea Tequila[/td]
[td]$4.70[/td]
[td][/td]
[td][/td]
[/tr]
[tr]
[td]7. Craiglea Carina[/td]
[td]$5.98[/td]
[td][/td]
[td][/td]
[/tr]
[tr]
[td]8. Avaladyluck[/td]
[td]$5.98[/td]
[td][/td]
[td][/td]
[/tr]
[/table]
[table]
[tr]
[td]
Mackay Race 7[/td]
[td]
Affordable Rv Transport Hcp-C2[/td]
[td]$10000[/td]
[td]
Class 2[/td]
[/tr]
[tr]
[td]No Horse[/td]
[td]Rated Price[/td]
[td]Win[/td]
[td]Place[/td]
[/tr]
[tr]
[td]9. Sweet Vamp[/td]
[td]$1.93[/td]
[td][/td]
[td][/td]
[/tr]
[tr]
[td]8. Sheza Falvelon[/td]
[td]$3.88[/td]
[td][/td]
[td][/td]
[/tr]
[tr]
[td]12. Craiglea Marlena[/td]
[td]$5.33[/td]
[td][/td]
[td][/td]
[/tr]
[tr]
[td]1. Brother Bob[/td]
[td]$7.97[/td]
[td][/td]
[td][/td]
[/tr]
[tr]
[td]3. Jazzshinko[/td]
[td]$11.29[/td]
[td][/td]
[td][/td]
[/tr]
[/table]
[table]
[tr]
[td]
Mackay Race 8[/td]
[td]
B B Print (Bm79)[/td]
[td]$10000[/td]
[td]
Benchmark 79[/td]
[/tr]
[tr]
[td]No Horse[/td]
[td]Rated Price[/td]
[td]Win[/td]
[td]Place[/td]
[/tr]
[tr]
[td]9. You Done It Again[/td]
[td]$2.82[/td]
[td][/td]
[td][/td]
[/tr]
[tr]
[td]5. Impala[/td]
[td]$3.47[/td]
[td][/td]
[td][/td]
[/tr]
[tr]
[td]1. Jad[/td]
[td]$4.81[/td]
[td][/td]
[td][/td]
[/tr]
[tr]
[td]4. Pegunny Roy[/td]
[td]$5.83[/td]
[td][/td]
[td][/td]
[/tr]
[tr]
[td]3. Carmenator[/td]
[td]$6.47[/td]
[td][/td]
[td][/td]
[/tr]
[/table]
If you learn this stuff for this forum you can add it to an excel sheet that links to your info so it automatically prints it out, you then just need to copy pate it.
I did have some formatted for the forum some time ago but changed it to suit other needs.