I have a custom form with several fields, including a password field type. For some reason the password field's value is not getting submitted with the rest of the form values. Can someone tell me what I'm doing, or not doing, to make this happen?
Not sure, hard to tell without seeing the form itself and testing it. If you debug using your browser dev tools or firebug, can you check out the POST request and see if the password field is included in that request and if it is sending a value?
I have a custom form with several fields, including a password field type. For some reason the password field's value is not getting submitted with the rest of the form values. Can someone tell me what I'm doing, or not doing, to make this happen?
No errors Ash. I ended up creating a hidden field in the custom form. Using JS, I'm putting the value of the password field into this field, and using this to post to the API. This seems to work OK, but I'd rather not have to do this kind of "hack".
EDIT: and I've had a look at the bug you mentioned - it's listed as fixed in our version of Matrix.
That sounds like an issue. I tried on my local system but that seems to be working alright. If this is an ongoing issue, I'd suggest raising a support ticket request and get it reviewed by our Technical Consultant who can further pass to Squiz Labs if they can confirm it to be a bug or a non-designed behaviour.