electricfly Posted November 4, 2011 Share Posted November 4, 2011 Working on a fund raising card and client wants amount from a list preceded with a wingding check box or if blank a series of amounts with wingding check boxes example: r = wingding check box r << amount >> if blank return r $20 r $50 r $100 r $300 r $500 r $1000 could use help on setting rule up Thanks Craig Using FP5.1 Acrobat8 Quote Link to comment Share on other sites More sharing options...
electricfly Posted November 4, 2011 Author Share Posted November 4, 2011 have the first part working and the default amounts but missing the check box for this part __________________________ if (Field("request") == String("r")) { return "<span>" + Rule("wingdings") + (" ") + Field("amount") + "</span>"; } else { return "<span>" + String("r $10 r $25 r $50 r $100 r $250") + "</span>"; } _________ will try to figure out in the morning Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.