We're not using the xforms but the old type of forms, and want to create a form that posts to another site. But we need to use hidden fields, is this possible? I though I could just use the css-class to hide the field but I still can't give the input a default value.
Hi there, we have the same issue and as a work around we used CSS to hide the fields, but used drop-down boxes instead of text boxes. This allowed us to put a single value in the drop-down, which is selected by default. This also means if a user has CSS disabled they will not be able to change the value of the field.
--Jeremy.