Jump to content
Welcome to the new FusionPro User Forum! ×

Help with Donation Amount variable text rule


electricfly

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...