Gravity Forms + Post Fields + Divi Load From Library

  1. Use the post field, “custom field”
  2. Set the Custom Field Name to Existing
  3. Select the Post Content Layout (There may be something different for Divi Layout
  4. Set the default value to the layout you want to use (May need an ID or just the name, May require some trial and error)
  5. Under apperance enter gf_hidden in the Custom CSS Class box.
  6. Add the CSS class below to your Sytle.css file in the theme. Divi may have an area in the settings for custom CSS. Use that instead as it wont get erased by updates

    .gf_hidden {display:none;}
    Now you will have a hidden field that sets the layout. Sorry I can not provide more detail. Maybe someone else that works with divi themes can fill in the blanks.