Select to view content in your preferred language

Default value of field (appearance = hidden) not populating

160
4
Jump to solution
Monday
dsinha
by
Frequent Contributor

Hello, I have a select_one field (called Status) in my form with appearance = hidden. I have also set default = Received.

However, when I submit a record through the form, the Status field remains empty.

Any idea what I might be doing wrong?

Thanks!

0 Kudos
1 Solution

Accepted Solutions
Neal-Kittelson
Frequent Contributor

A couple thoughts:  1) Is there relevancy on that field?  2)how is your list set up for the select one.  Check you are setting your default equal to the Name on your list and not the Label.

View solution in original post

4 Replies
Neal-Kittelson
Frequent Contributor

A couple thoughts:  1) Is there relevancy on that field?  2)how is your list set up for the select one.  Check you are setting your default equal to the Name on your list and not the Label.

dsinha
by
Frequent Contributor

Thanks @Neal-Kittelson. It was the second solution. I had it set to the label.

0 Kudos
DougBrowning
MVP Esteemed Contributor

If it is hidden I would try the calculation column instead.  I have seen stuff like this on read only also.

0 Kudos
dsinha
by
Frequent Contributor

Thanks @DougBrowning. I will keep that in mind.