Hi guys, this is my 1st macor attempts, I am a noob so probably why I am in this mess, I have set up a macro for auto comment on blogs but I get this error message when i try to run it
SyntaxError: wrong format of TAG command, line: 23
anyone able to advise me on where I am going wrong and what I need to change. Must say it's the 1st macro for me but I am very intrigued as to how it works out
the macro is
VERSION BUILD=6650406 RECORDER=FX
TAB T=1
CMDLINE !DATASOURCE comment.csv
SET !DATASOURCE_COLUMNS 1
SET !LOOP 1
SET !DATASOURCE_LINE {{!LOOP}}
SET !ERRORIGNORE YES
URL GOTO={{!COL1}}
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:* ATTR=ID:author CONTENT=********
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:* ATTR=ID:email CONTENT=********@hotmail.com
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:* ATTR=ID:url CONTENT=http://t*********
TAG POS=1 TYPE=TEXTAREA FORM=ACTION:* ATTR=ID:comment CONTENT=*****************
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:commentform ATTR=ID:submit