Expand my Community achievements bar.

LoriLM
LoriLM
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Thanks for all of your help, Jono. I appreciate all of the time you spent helping me out.

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • Thank you again, Jono, for your reply. I was worried that the Static PDF was the trouble but I just couldn't take no for an answer!If you're willing, I'd be happy to send you my file but am unable to post publicly.In an earlier version the RadioButtonList3 is hidden when first viewing the file. It w...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • Makes sense that anything you turn on/off, you must also turn off/on.There is no script on RadioButtonList3.The off value in Reg4 Binding is set to 0.I did a copy/paste of your suggestion above so I didn't make any typos.When I change the radiobutton field presence to hidden, they don't show up when...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • I like your suggestion of combining the scripts (much cleaner document) but now I'm moving further away from the goal.When I run this, the radiobuttons are available when I first preview but then are hidden when I select the Reg4 checkbox. Also, the message no longer shows up (not a biggie but not s...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • Thanks, Jono. This is so close!It didn't work when I changed the code to match your above suggestion but it did when I added the rawValue line to the Reg4 code:     topmostSubform.Page1.Reg4::change - (JavaScript, client)if (this.rawValue == 1) {  RadioButtonList3.presence = "visible";}else {  Radi...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • Just saw that I was the one that added the error message :-)Here's the code: topmostSubform.Page1.RadioButtonList3::calculate - (FormCalc, client)if (Reg4 == "0") then          RadioButtonList3.access = "readOnly"          RadioButtonList3.mandatory = "disabled"else          RadioButtonList3.access ...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • Thanks for the reply, Jono.What I like about your code is that it brings up a message when the user clicks the Reg4 check box     "RadioButtonList3 cannot be left blank."But, if the user 1) checks the Reg4 check box; then 2) selects one of the radio buttons; then 3) unchecks the Reg4 check box, the ...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • I have a static PDF registration form that I am working on using LiveCycle Designer 8.2. I would like to learn how to have a radiobutton list reset when a particular check box is unchecked.When registering for the event, users have the option of attending 1 of the 4 optional afternoon workshop sess...

    Type

    Questions

    Views

    5.7K

    Likes

    0

    Replies

    13
  • TundraSteve, Thanks for the reply. Your suggestion got me on the right path. Here's what worked using FormCalc on the TotalDue field:if (SpecReg + WorkshopReg == 890) then  SpecRegelse  sum (EarlyReg, StandardReg, SpecReg, WorkshopReg)endifThanks again!

    Type

    Questions

    Views

    325

    Likes

    0

    Replies

    0
  • I am working on a registration form and need to apply a discount if two particular checkboxes are selected.  Checkbox #1 – Early registration = $1595Checkbox #2 – Standard registration = $1795Checkbox #3 – Special rate = $495Checkbox #4 – Optional workshop = $395Numeric Field – Total Payment DueIf t...

    Type

    Questions

    Views

    847

    Likes

    0

    Replies

    2
Top badges earned by LoriLM
Customize the badges you want to showcase on your profile