Copying from Excel to fill in Webform

Discussions and Tech Support specific to the iMacros Firefox add-on.
Forum rules
iMacros EOL - Attention!

The renewal maintenance has officially ended for Progress iMacros effective November 20, 2023 and all versions of iMacros are now considered EOL (End-of-Life). The iMacros products will no longer be supported by Progress (aside from customer license issues), and these forums will also no longer be moderated from the Progress side.

Thank you again for your business and support.

Sincerely,
The Progress Team

Before asking a question or reporting an issue:
1. Please review the list of FAQ's.
2. Use the search box (at the top of each forum page) to see if a similar problem or question has already been addressed.
3. Try searching the iMacros Wiki - it contains the complete iMacros reference as well as plenty of samples and tutorials.
4. We can respond much faster to your posts if you include the following information: CLICK HERE FOR IMPORTANT INFORMATION TO INCLUDE IN YOUR POST
Post Reply
CSM
Posts: 1
Joined: Tue Jun 12, 2012 1:53 am

Copying from Excel to fill in Webform

Post by CSM » Tue Jun 12, 2012 1:59 am

I'm using iMacros for Firefox 7.4.0.8, Win 7, Firefox 14.0

It seems not to be able to find my csv. I've saved it on my desktop and I've entered the path and not entered it. It just dies at the file name.

Here's what I have:

VERSION BUILD=7401110 RECORDER=FX
TAB T=1
TAB CLOSEALLOTHERS
SET !DATASOURCE C:\USERS\CINDY\DESKTOP\test.csv
SET !DATASOURCE_COLUMNS 3
SET !DATASOURCE_LINE {{!LOOP}}
URL GOTO=http://www.doncrowther.com/pinterestwebinar
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:Pinterest<SP>Webinar ATTR=ID:inf_field_FirstName CONTENT={{!COL1}}
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:Pinterest<SP>Webinar ATTR=ID:inf_field_LastName CONTENT={{!COL2}}
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:Pinterest<SP>Webinar ATTR=ID:inf_field_Email CONTENT={{!COL3}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:Pinterest<SP>Webinar ATTR=VALUE:Submit
BACK
siniy
Posts: 118
Joined: Sat Nov 07, 2009 7:44 pm

Re: Copying from Excel to fill in Webform

Post by siniy » Fri Jun 15, 2012 4:39 pm

Maybe the path indeed wrong. Maybe you have double file extension?
Paste C:\USERS\CINDY\DESKTOP\test.csv into firefox address bar. If path correct there will be file open dialog.
Post Reply