- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2025 02:14 AM
Hi,
I have two variables "nature_of compliment" and "nature_of_complaint" trigger by the feedback type field. Now my issue is if any of the fields are populated the Feedback Category on the form doesn't not populate after submission. What did I miss?
Feedback Category field does not populate
Regards
CarolMa
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2025 02:21 AM
Hi,
Check Record producer script line 3
current.description = description; should be current.description = producer.description;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2025 02:21 AM
Hi,
Check Record producer script line 3
current.description = description; should be current.description = producer.description;