Skip to content

bawelter/cfwheels-disable-form-default-id

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cfwheels-disable-form-default-id

Disable IDs from being added to form inputs by prefixing id with an underscore to get _id.

This only does a replace when an id is automatically added and just replaces the first id occurence with _id to provide as much compatibility as possible. This also uses the core wheels function to provide better compatibility with future releases.