Hi, I'm using the cultivRestContour package to submit my forms with AJAX. I can see using the provided examples in the package that you can submit forms using field names/ids like "Name", "Email" etc as opposed to the generated ID which is something like: "ContentPlaceHolderDefault_RenderForm_1_rpFieldsets_rpFields_0_label_0"
Is it possible to render all of the "readable" name's/ids of a form? The form i'm working with is way to complicated for trial and error.
Name / ID of contour input fields
Hi, I'm using the cultivRestContour package to submit my forms with AJAX. I can see using the provided examples in the package that you can submit forms using field names/ids like "Name", "Email" etc as opposed to the generated ID which is something like: "ContentPlaceHolderDefault_RenderForm_1_rpFieldsets_rpFields_0_label_0"
Is it possible to render all of the "readable" name's/ids of a form? The form i'm working with is way to complicated for trial and error.
Thank you!
Amir
Comment author was deleted
Hi Amir,
Well you could simply check what cultivRestContoru expects (think it will be the field name) and then write a simple export
Cheers,
Tim
is working on a reply...