Sterc / FormIt

A dynamic form processing Snippet for MODX Revolution
https://docs.modx.com/current/en/extras/formit
33 stars 58 forks source link

Resolver to fix previous PR #93

Closed sepiariver closed 8 years ago

sepiariver commented 8 years ago

What It Does

This adds a resolver to update the table, for https://github.com/Sterc/FormIt/pull/90

Why It's Needed

Without this update, or something like it, the new hash functions in https://github.com/Sterc/FormIt/pull/90 won't work on installs where FormIt was updated.

Note: I made a change to how the updates are done in the file resolve.table.php I'm sorry if I overstepped. If you don't like it feel free to go back to the old way and just add the call to addField()

Thanks!

sepiariver commented 8 years ago

Need some additional stuff in the CMP for FormSave. Closing this. Do not merge.