The Community forums are being phased out in favor of a new Slack group.
Add your email address below to get an invitation to join the community slack group

Slack Signup
Newsletter Optin
Help Desk

Edit Entries Link Just Reloads the Page

Labels

This Discussion is public

Notifications

I'm trying to create a view where submitted form data can be displayed, sorted and edited/updated.

Unfortunately, when I click the edit link, the page goes nowhere. It simply reloads.

I have the following settings:

The page ID that the form is on is 13. The form ID is also 13. (coincidence).

View Format = All Entries

Before Content

<table>
<thead>
<tr>
<th>Name</th>
<th>Birthday</th>
<th>Age</th>
<th>Home</th>
<th>Edit</th>
</tr>
</thead>
<tbody>

Content

<tr>
<td>[289]</td>
<td>[290]</td>
<td>[299]</td>
<td>[300]</td>
<td>[editlink label="Edit" page_id=13]</td>
</tr>

After Content

</tbody>
</table>

Entries are filtered by current_user

The following shows on the view page when I click edit

The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.

Not sure what I'm doing wrong

Page 13 has the same form for which the entries were created?

Discussion closed.