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
frm-entry-update-field
Hi there,
I don't understand why but the code to modify a field of an entry doesn't work. The link to update it doesn't show up. This is what I typed in my view:
[frm-entry-update-field id=[id] field_id=94 value="new value"] Am I writing something wrong? I tried with different field IDs but nothing. Could you help me please? Thank you!
October 20, 2017 at 7:26 am
Hi Francesco,
You need to specify the label for it to show up on the front.
Example below:
[frm-entry-update-field id=[id] field_id=94 value="new value" label="My Label" class="MyClass" message="Status Updated"]
You can also add classes to it to style it as a button or however you like.
Hope that helps
Chris
March 15, 2018 at 4:35 am
Hi There, can this be added to an email notification?
I have tried both:
<a href="[frm-entry-update-field id=[id] field_id=p0kw0 value="YES"]"> accept</a>
[frm-entry-update-field id=[id] field_id=230 value="YES" label="My Label" class="MyClass" message="Status Updated"]
..and both wont show up in the email - any help greatly appreciated
Discussion closed.