Hi
I wanted to know of there is anyway to edit form data in the backend without having to go into the database. For example if a user fills a request form....is there anyway to associate a field with that form like a request work order, which doesn't come up on the forms page(for the user) but i should be able to fill in that field in the backend and save...??? Thanks a lot.
Hi irti,
No easy way to do it in the backend, but it's simple enough in the front-end. Create a version of the form with the extra field, preload it with the data (editable or just for display) and make that version of the form (or just the extra field) display only for admins.
If you have the cf_id (or the table primary key) in a hidden field then ChronoForms will update the table instead of adding a new record.
Bob
PS You could also do this with ChronoConnectivity to show a list of records.
Brilliant....am working it out now...so actually i can copy the same form with the same tables ...just in one form i don't put the fields in the front end and in the other one i add extra fields which the admin is supposed to fill out.......am i right????? its wonderful how you make everything seem so simple!!
Hi....Could you please tell me how to add that cf_id as a hidden field.........thanks a lot i think its working...just need to test it out using the cf_id......
Hi irti,
You are getting into developing an application here. There's not a lot of help that I can give.
I woudl only use one form (having 3-4 makes maintenance much more difficult). Check the User Id / User Group at the beginning and then use PHP to show the appropriate fields.
Provided you include the cf_id in the form as a hidden field then ChronoForms will update the previous record when the form is submitted.
Bob
hmmmmmm......so i would have to create user groups and tag those particular fields as editable by some particular user group...that sounds smart compared to what i was doing...thanx a lot....if its not too much of a bother could i ask you to please give me a head start as to how i should go about doing this.....thanks once again for your help.....wanted to ask you one more thing..i am looking at chronoforms as a data entry solution to an intranet (i will obviously buy the unlimited solution for both chronoforms and chronoconnectivity..this is just a testing phase to see how everything works out).....means a lot of table relationships...i am working in a hospital..so the amount of data will be huge...what do you recommend???