I want to input data from csv to form on website through iMacros.
While recording iMacros, I got this code
TAG POS=1 TYPE=DIV ATTR=CLASS:checker__title-input<SP>js_checker__title-input<SP>js_checker_module__input&&NAME:text-title&&DATA-PLACEHOLDER:Paste<SP>Your<SP>Title<SP>Here&&CONTENTEDITABLE:true&&TXT:
Now, I want to add data from col1 of my csv. How can I insert that code into the above one?
I tried this for a single text line. But it's not working..
TAG POS=1 TYPE=DIV ATTR=CLASS:checker__title-input<SP>js_checker__title-input<SP>js_checker_module__input&&NAME:text-title&&DATA-PLACEHOLDER:Paste<SP>Your<SP>Title<SP>Here&&CONTENTEDITABLE:true&&TXT: CONTENT=HELLO
Not very "handy" to have removed your FCI (Full Config Info) + URL from your original Post...
=> Probable FCI:
iMacros for FF v10.0.2 'PE', FF65, Win10/7.
But yep, the 'CONTENT' Parameter is meant to be used for 'INPUT' Fields. The 'TAG' Mode usually has "difficulties" working with editable ajaxy 'DIV''s like this Site apparently is using and the Workaround is usually to use the 'EVENT' Mode:
(Tested on iMacros for FF v8.8.2, Pale Moon v26.3.3 (=FF47), Win10_x64.)
BUT...!, the 'EVENT' Mode is not supported (anymore) in your v10.0.2 for FF ('Free'/'PE') Version. You would need to switch to Chrome where v10.0.5 for CR supports that Mode, or to "go back" to v8.9.7 for FF which works on FF v55.0.3 or PM27/28.