Posts: 2
Threads: 2
Joined: May 2015
Reputation:
0
May 5th, 2015, 1:57 AM
(This post was last modified: May 5th, 2015, 1:58 AM by ericsou.)
Hi all,
First this is a great tool. However, I did notice something weird.
I did try to create a view to restrict editing existing form entries but when one is then adding an entry, the fields are not editables.
Is there a way to allow addition of new form entries but prevent someone from editing already created entries?
It seems that both are tied.
Thanks,
Posts: 2
Threads: 0
Joined: Jun 2015
Reputation:
0
Jun 2nd, 2015, 4:43 PM
(This post was last modified: Jun 2nd, 2015, 4:56 PM by dearmosin@gmail.com.)
Hello,
I would suggest you to comment add button in template/default/client/forms/index.tpl and template/default/client/forms/edit_submission.tpl
then add make a from through from_builder publish it. Put the generated url in menu.tpl give it if condition {if $SESSION.account.account_id == "2" || "3"} close the if condition {/if} 2 & 3 means account ID of clients.
Paste the url generated via form builder.
Create option list with user list. Use client custom field create new field with name tag for client by name assign option to dropbox containing user list. Now go to client ---> Edit select tag as user name that particular account belongs to. Edit your form make a new field submitted by field type dropbox then click on view select filter submitted by field equal tag.
Hope this tick will work for you.