Search found 3 matches

by nickh21
Tue Jul 14, 2015 8:04 pm
Forum: iMacros for Firefox
Topic: Conditional choice evaluation
Replies: 2
Views: 2545

Re: Conditional choice evaluation

That's what I get for posting too early. I figured it out. Hopefully this helps someone else: PROMPT "Where would you like to travel to?" FOOBAR 'SET FOOBAR EVAL("var s=\"{{FOOBAR}}\"; if(s == \"FOO\"){\"this is foo\";} else {\"this is bar\"};&q...
by nickh21
Tue Jul 14, 2015 8:02 pm
Forum: iMacros for Firefox
Topic: Conditional choice evaluation
Replies: 2
Views: 2545

Conditional choice evaluation

Hello everyone. I'm somewhat new to conditional formatting, but have been using iMacros for years. Just trying to make my scripts smarter. I'm trying to prompt for a choice. Here's an example: PROMPT "Where would you like to travel to?" FOOBAR SET FOOBAR EVAL("var s=\"{{FOOBAR}}\...
by nickh21
Tue Jul 14, 2015 4:41 pm
Forum: iMacros for Firefox
Topic: Authentication issue since FF 38.0.1
Replies: 23
Views: 18698

Re: Authentication issue since FF 38.0.1

Any updates on this issue getting fixed?