Thread Starter
Sandeep
(@sandeepkylas)
Also, instead of datatable format can I let the user edit the fields in HTML format?
Unfortunately these are not supported. It is simple text edit only.
Thread Starter
Sandeep
(@sandeepkylas)
Can the data be edited in HTML format instead of datatable?
No, it’s only what is shown on the purchase page. If that doesn’t work for you, I can always refund.
Thread Starter
Sandeep
(@sandeepkylas)
Sir. thanks for your response.
Is it possible for the users to delete their own record?
I could at least ask them to submit their form again with new attachment.
The deletion is only in the administration page, not in the shortcode.
Thread Starter
Sandeep
(@sandeepkylas)
Thanks Sir
Would it be possible to put two forms in a single page and capture results with only one submit button?
That is one submit button should fire the trigger when two forms are in the same page.
Possible sir?
You would have to work that out on the web page. You could have jQuery on the submit buttons to do 2 submits instead of one. Since this would be 2 different posts to the server, CFDB should capture them separately.
Thread Starter
Sandeep
(@sandeepkylas)
Also sir how can I stop the user from editing all column data in the datatable? Lets say I have name, email, id, address.
I want the user to only be able to edit the name and address and NOT email, id. Is that possible?
In the [cfdb-datatable] shortcode, you can restrict which columns are editable with “editcolumns” like this:
[cfdb-datatable form="myform" edit="cells" editcolumns="column3,column5"]
http://cfdbplugin.com/?page_id=91
Thread Starter
Sandeep
(@sandeepkylas)
Awesome Sir. The edit columns works perfectly!
I am a rookie to web dev and js etc. By any chance do you have a document or anything that can help me with single submit button – two forms submission?
Would appreciate your help
What plugin are you using to create the forms?
The question of how to submit two CF7 forms on the same page with one submit button is best asked on the CF7 support forum.