Developer
Supported
ProForm Drag and Drop Form Builder
Back to this add-on's main page
View Other Add-ons From Isaac Raway
[Resolved] problem with entry_id
Support (Resolved)
|
dvn
|
| Posted: 27 April 2012 09:56 AM |
|
|
|
|
I can’t seem to get entry_id to successfully limit the results I see from exp:proform:entries. no matter what I do, I get the entire list.
{exp:proform:entries form_name="contact" entry_id="5"} <div class="grid_5"> {value:last_name}, {value:first_name} </div> <div class="grid_1"> {if value:purchasing=="y"}P{if:else} {/if} </div> <div class="grid_5"> {value:email_address} </div> <div class="grid_3"> {value:phone_number} </div> <div class="grid_4"> {value:state_province} </div> <div class="grid_5"> {value:city} </div> <div class="clear"></div> {/exp:proform:entries}
|
|
|
|
|
dvn
|
| Posted: 27 April 2012 10:18 AM |
# 1
|
|
|
|
also, is the submission date of the form available?
|
|
|
|
|
airways
|
| Posted: 27 April 2012 11:31 AM |
# 2
|
|
|
Developer
|
Looks like looking up entries by ID was broken, I’ve uploaded a new build (1.10) which fixes this. The param name is search:form_entry_id:
<table border="1" width="500"> <tr><th>Posted</th><th>Name</th><th>Comments</th><th>State</th></tr> {exp:proform:entries form_name="contact_us" search:form_entry_id="47"} <tr> <td> {value:updated} </td> <td> {value:last_name}, {value:first_name} </td> <td> {value:comments} </td> <td> {value:state} </td> </tr> {/exp:proform:entries} </table>
This also shows how to see the entry date - var name is {value:updated}.
|
|
|
|
|
dvn
|
| Posted: 27 April 2012 01:44 PM |
# 3
|
|
|
|
it doesn’t appear that date formating is available on the “updated” value, is that true?
|
|
|
|
|
airways
|
| Posted: 27 April 2012 05:08 PM |
# 4
|
|
|
Developer
|
Currently that is correct. You should be able to use Low’s Nice Date to do date formatting on this value for now.
|
|
|
|
|
airways
|
| Posted: 06 May 2012 07:28 AM |
# 5
|
|
|
Developer
|
Hi there, were you able to resolve the date problem using Nice Date?
|
|
|
|
|
airways
|
| Posted: 19 May 2012 03:12 PM |
# 6
|
|
|
Developer
|
I’m going to close this thread since there has not been any recent activity.
I’ve added a ticket internally for adding formatting directives directly into ProForm. Until these are available, Nice Date is the recommended way to handle this.
Please post again if you have any other questions!
|
|
|
|