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: 
- When I attempt to add one of your module's ... (2008-05-09 13:40)
- Creating "Google Friendly" Product Links (2008-05-05 12:19)
- How do I display data from third party modules ... (2008-05-02 15:58)
- is there a way to change the font color ... (2008-04-15 22:11)
- Is it possible to display data about the referring ... (2008-04-10 15:08)
Top 10 
- 2167 views:
Why won't you call me for technical support? I ... - 2073 views:
Are license keys valid for more than one store? ... - 2010 views:
I'm trying to enter a license key and get ... - 1953 views:
Is there a way to "Limit" the number of ... - 1934 views:
Adding Tokens to Evaluate Expressions - 1921 views:
How do I install a module? - 1826 views:
How can display and change the parameters of an ... - 1781 views:
How do I check for a module upgrade? - 1674 views:
The total on my checkout pages are not correct. ... - 1632 views:
I have select and radio type attributes in my ...
















