[SalesForce] Reduce Object Permissions for Guest Users by the Winter ‘21 Release

I'm seeing this critical update in my environment. According to this, I need to remove the update, delete, View All Data, or Modify All Data permissions enabled for guest users.

On one of my public pages, I'm doing an update on the Contact record. If I remove update permission from the guest user, My end user will not able to update their contact information.

What are the alternatives to this?
How can I allow updates on Contacts without giving access to salesforce?

Best Answer

Use the Attribute ignoreEditPermissionForRendering = "True" for apex:inputFIeld for the resolution.

Please find the latest release notes.

https://releasenotes.docs.salesforce.com/en-us/winter21/release-notes/rn_networks_entity_input_field_update_228.htm