when using the Drupal FAPI and needing a float number field you have to use type textfield. What's the best way to validate that this data is a float during hook_form_validate9)? Is there a built in function. or do you have to do is_float()?
Thanks.