Support

Account

Home Forums Front-end Issues Creating Front End Post with Flexible Content Reply To: Creating Front End Post with Flexible Content

  • This is what I get saved save the form

    Array
    (
        [_acfnonce] => 
        [_acfchanged] => 1
        [acf] => Array
            (
                [field_55e95e746593e] => Sample Article
                [field_55e95e8b6593f] => Array
                    (
                        [55f1131e17718] => Array
                            (
                                [acf_fc_layout] => 3_columns
                                [field_55ee67fc0ce35] => 3
                                [field_55ee68170ce36] => lorem ipsum
                                [field_55ee683b0ce37] => lorem ipsum
                                [field_55ee8f67a0990] => lorem ipsum
                            )
    
                        [55f1132e1771c] => Array
                            (
                                [acf_fc_layout] => full_column
                                [field_55ee687d0ce3a] => lorem ipsum
                            )
    
                    )
    
                [field_55e95eb365940] => Array
                    (
                        [0] => 64
                        [1] => 63
                    )
    
                [field_55ee8eb9f1c6d] => 
                [field_55e95efb65941] => 
                [field_55efc8e15d926] => 
            )
    
    )

    field_55e95e746593e = Title (Text)
    field_55e95e8b6593f = Content (Flexible Content)
    55f112041f2e9 = ??
    field_55ee67fc0ce35 = Select with 3 value
    field_55ee68170ce36 = Column 1 (Wysiwyg Editor)
    field_55ee683b0ce37 = Column 2 (Wysiwyg Editor)
    field_55ee8f67a0990 = Column 3 (Wysiwyg Editor)
    field_55ee687d0ce3a = Full Column (Wysiwyg Editor)
    field_55e95eb365940 = Category (Taxonomy)
    field_55ee8eb9f1c6d = Adding New Category (Text)
    field_55e95efb65941 = Featured Image (image)
    field_55efc8e15d926 = Anoter Content (Wysiwyg Editor) – This is the initial content field I used before using the Flexible Content

    As mention earlier, my initial intention was to create something similar to the capability of Page Builder. The reason I need to use Page Builder because the site I am working on allowed registered user to submit article.

    And I will like to avoid the registered user to access our back-end thus we use ACR PRO form. And Flexible Content is the closest I can get to Page Builder.

    You mention this

    flex content field will be in a nested field

    . Perhaps you can assist me how am I going about to do it?