I've searched the interwebs with no success. In cl...
# cfml-general
b
I've searched the interwebs with no success. In cleaning up some legacy code I ran into the tag
cf_embed_fields
prior to a cfform. Does anyone know what this is supposed to do?
p
Are you sure it isnt just a custom tag? since it is
cf_
b
@Patrick Of course you're right. 🤦 Now I just have to find it.
😂 1
Found it! They must have got it from someone else. It embeds all of the form fields in a form as hidden fields in a new form. Except that the tag has to be between the form tags to work. Nice.
👍🏻 1