Module

Developer
Supported

EE 1
EE 2
ProForm Drag and Drop Form Builder

Back to this add-on's main page
View Other Add-ons From Isaac Raway

     

You must be logged in to post.

[Resolved] problem with entry_id

Support (Resolved)

dvn
dvn

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},&nbsp;{value:first_name}
    
</div>
    <
div class="grid_1">
     
{if value:purchasing=="y"}P{if:else}&nbsp;{/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
# 1
dvn

also, is the submission date of the form available?

airways
# 2
Developer
airways

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},&nbsp;{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
# 3
dvn

it doesn’t appear that date formating is available on the “updated” value, is that true?

airways
# 4
Developer
airways

Currently that is correct. You should be able to use Low’s Nice Date to do date formatting on this value for now.

airways
# 5
Developer
airways

Hi there, were you able to resolve the date problem using Nice Date?

airways
# 6
Developer
airways

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!