is there a way to change the font color for a required field "question" (i.e.: %requrl%) on the affiliate application "second" page when left blank?
There is now. I just added some global variables to the module which are set to 1 if a required field is not filled. You can then test that variable to change the display. For example, to change the <font around the %requrl field prompt you could use:
%begin_if|g.requrl_error|%
<font color="red">Url of your site:</font>
%else%
Url of your site:
%end_if%
The other error variables, named after the token:
g.reqnote_Error
g.requrl_Error
g.reqredirect_Error
g.reqcode_Error
g.reqreferralid_Error
g.reqreferralcode_Error
g.reqsendnotice_Error
g.reqhtmlformat_Error
g.reqfield1_Error
g.reqfield2_Error
g.reqfield3_Error
g.reqfield4_Error
Last update: 2008-04-15 22:11
Author: Thor
Revision: 1.0
You cannot comment on this entry
Most Recent FAQ Entries: 
- I have the UPS Custom Integration configured so that ... (2008-07-11 10:21)
- I would like to conditionally display something for a ... (2008-07-03 17:37)
- Is there any way to configure specific global headers ... (2008-06-02 18:28)
- I pay my affiliates with gift certificates from your ... (2008-05-29 10:42)
- Is there any way to add a negative number ... (2008-05-22 13:51)
Top 10 
- 2525 views:
Adding Tokens to Evaluate Expressions - 2512 views:
Why won't you call me for technical support? I ... - 2492 views:
Is there a way to "Limit" the number of ... - 2403 views:
Are license keys valid for more than one store? ... - 2310 views:
I'm trying to enter a license key and get ... - 2273 views:
How do I install a module? - 2135 views:
How do I check for a module upgrade? - 2134 views:
How can display and change the parameters of an ... - 1961 views:
The total on my checkout pages are not correct. ... - 1844 views:
I have select and radio type attributes in my ...
















