Restricting product quantity field to numbers only in Gravity Forms

The increment arrows are inherent in <input type=”number”>, your browser automatically adds them. When you’re setting up your form you just use the ‘number’ input rather than a ‘text’ input. So instead of <input type=”text” id=”field_id” name=”field_name” value=”” />, what you want to use is something akin to: <input type=”number” id=”field_id” name=”field_name” value=”” step=”1″/> You … Read more

Form Object Gravity Forms [closed]

According to this page about the form fields object, it looks like you’d need to do something like this: $my_id = ’37’; foreach($form[‘fields’] as $field){ if($field[‘id’] == $my_id){ $field[‘content’] = ‘This is a html-block’; } } where $my_id is the id of the field you are targeting

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)