Unfortunately the private fields are not shown in the summary. You can show them if you use the advanced e-mail settings. It would make sense to have the option to show them. I’ll add that to the list of features for the next update. Sorry!
I realized you probably added the option of showing private fields into the summary in 1.6.5 version – “Fixed show/hide for editing private fields”, if I understand it correctly. But I can’t still show private fields in the summary (without editing CSS style), using this order:[formdata reg2012 table orderby=”kategorie” template=”default” table show=”kategorie,tym,clen-1,clen-2,platba”]. “platba” is not visible, platba is defined private field. Can you help me somehow? Thanks,Z.
The ‘show/hide’ bug was something in the forms editor. I’ll see what I can do for you, though.
It would be great. Our event is closer now, so it would be appreciated, if I can publish information hidden in private fields. Thanks.
Hi Campbell,
I know you have hundreds of things to do, but I would like to ask you, if there is a chance you would help me with showing private fields when I put submission data on a page?
Thanks for your answer,
Zdenek.
Hey Zdenek, I don’t exactly have hundreds of things to do.. I’m going to have something out by the end of the week. This is on the list, and you aren’t the first to point out this problem, so it will definitely be addressed.
Super! You will help our mountain bike orienteering event! 🙂 And you will have than several friends in Czech republic. Thanks! Zdenek.
How can I show all the info on a page or post that is on the Admin Submission Data tab,
It would be great if I could let my client see all that information with the filters, options and search built in, is this possible already?
To marthaSplatterHead:
It is perfectly described here:
http://www.campbellhoffman.com/form-manager-faq/#putting-submission-data-on-a-post-or-page
But there is a bug/missing function to be able to show private fields. But hoffcamp promised to help with that as well.
Zdenek.
Ya Ive read all that I was think more like show exactly what you see as a admin, but thanks for the response….
@zdenek, I just posted the update. You can add private fields to the submissions using the ‘showprivate option:
[formdata form-1 showprivate="one,two,three"]
@martha, You could create a user role with very limited access. The Members plugin by Justin Tadlock is a good way to do this. Form Manager has its own set of capabilities, so you could for example make a user role that only has access to the submission data page.
Thanks! It is working!
Zdenek.
Hi, is this maybe related to the problem that I have when trying to get any kind of [formdata] except “table”? After a nice output from [formdata main-offer order=ASC template="BOC-Glavni"] I get some output from fm_saveForm?
</p><pre>Array
(
[0] => main-offer
[order] => ASC
[template] => BOC-Glavni
)
</ br></ br>Array
(
[ID] => 2
[title] => Offer
[submitted_msg] => Thank you! Your data has been submitted.
[submit_btn_text] => Offer
[required_msg] => '%s' is required.
[data_table] => wp_fm_data_2
...
That’s just some debugging information I forgot to remove after making the changes for the last update… sorry about that. 1.6.32 removes it.
Dear;
I use form type with file upload field.
Please let me know is there any way to create link to uploaded file so I could download it in it’s original format. I just can’t make it happened.
This is how an array stored in sql table look when JPG pictoure is uploaded that I woul like to download:
Array
(
[filename] => rome (04-14-12-09-41-42).jpg
[contents] =>
[upload_dir] => 1
[upload_url] => http://laudi-lingua.hr/beta/wp-content/uploads/2012/04/
[size] => 33416
)
(column name=file-4f32d5ed8954d)
Thanks…