0
Hi,
I was wonderning if is possible to pass through get or post a string for a field in the form.
If not,
I'm thinking to fill the field with jquery, but to do so I must have a static field name for selector.
Is it possible to set a 'id' for field ?
for example instead of this
to have this
Actually I tried edit the fieldsbuilder.php file and added in $result an id
But it does not add the id,
though if I change the field name in title from 'Name' to 'b2jFieldName' it changes it.
Thank you
I was wonderning if is possible to pass through get or post a string for a field in the form.
If not,
I'm thinking to fill the field with jquery, but to do so I must have a static field name for selector.
Is it possible to set a 'id' for field ?
for example instead of this
to have this
Actually I tried edit the fieldsbuilder.php file and added in $result an id
$result = '' .
$this->LabelHtmlCode .
'' .
"" .
$this->FieldValue .
"" .
$this->DescriptionByValidation($field) .
'' .
'';
But it does not add the id,
though if I change the field name in title from 'Name' to 'b2jFieldName' it changes it.
Thank you
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »