Form has stopped populating field value when dropdown value selected

  • carolturner
    Asked on August 19, 2015 at 9:19 PM

    Using the Conditions, if the Volunteer Effort dropdown box is equal to Exempt Faculty then 20 is output to the Volunteer Hours field <hidden>.

    This used to work but has stopped for some reason. Can you tell me how to get it to work again? Now the Volunteer Hours field gets set to 1 somehow when the Volunteer Effort == Exempt Faculty.

    Thank you,

    CT 

  • Boris
    Replied on August 20, 2015 at 1:47 AM

    This seems to be happening because there is a condition to update your Volunteer Hours Logged field with the entry from Hours Logged field, and Hours Logged is set to have a default value of 1.0.

    Form has stopped populating field value when dropdown value selected Image 1 Screenshot 20

    I would suggest either removing its default value, or modifying your condition to wait for another "trigger" to forward the Hours Logged to Volunteer Hours Logged. Please let us know how it goes.