Hi guys,
I need to display information on the breadcrumb by concatinating three text fields data retrieved from the current custom entity record.
Is there a way I can retrieve that information on a next step of a Web Form using LIQUID and not the JavaScript?
The query string doesn't contain the id of the record hence entities.customEntity[request.params.id] is out of the question.