Advanced Custom Fields can be added to the post type created by Aeropage plugin. You can map Airtable fields to ACF fields.
Add a Field Group for the Custom Post Type
In order to map the Airtable fields to the Advanced Custom Fields, you should add a field group to the custom post type.
Mapping fields to Advanced Custom Fields
To map the fields to an Advanced Custom Field, you can use aero_[Field Name] as seen in the screenshots below. In the examples below, the field names used are Price (MSRP) and Description.
When the records are synced to Wordpress, it will be automatically filled up based on the values for that field.
Airtable Text Data (Long Text, Short Text, Numbers, etc)
The Airtable text data is already supported without doing much. Just simply map it to an ACF field type and then use the shortcode or “Use Dynamic Content” to display the ACF field data.
Map the Airtable Field to an ACF field Use Shortcode or “Use Dynamic Content” to add the ACF field to a Divi Component
HTML Support
Aeropage Wordpress Plugin supports HTML tags in the value of an Airtable fields.
HTML Data support for ACF fields
Markdown from Airtable is also supported by Aeropage Wordpress plugin. It converts the markdown to an HTML which can be used for rendering the value.
Mapping the Rich Text field to an ACF field
Add text component and click the “Use Dynamic Content” icon
Add the ACF field that was mapped to the Airtable rich text field.
(Optional) Add it as a short code if you will be adding other texts.
After that, check if the changes are reflected.
Airtable Attachment Support
Airtable attachments can be mapped to ACF Image Field and ACF URL field.
URL Field Support for Airtable Attachments
Create a field in ACF and map it to an Airtable attachment
Add an Image component and use the ACF Image URL field for the component.
Check the page preview to see if the changes were reflected
Using ACF Image Type for displaying the image
Map the Image type from an Airtable field.
Create an image component and use the ACF image field via Dynamic Content. Create an image component and use the ACF image field via Dynamic Content.
Select, Radio Button, and Checkbox Support
ACF fields with choices from Airtable select. Choices from Airtable are also added to the select, radio button and checkbox.