- This topic has 2 replies, 2 voices, and was last updated 5 years, 6 months ago by
Marcus.
Viewing 2 reply threads
-
AuthorPosts
-
-
July 30, 2016 at 1:36 am #7061
MarcusMemberJust wondering if the ability to embed fields, such as in the demos for checkboxes and radio inputs, is allowed for any other fields.
Would love to use it in an html field:
Such as:,array ( 'type' => 'html' ,'template' => 'average' ,'attributes' => array( 'class' => 'left10' ) ,'value' => sprintf(__('Workout Length: %s', 'diet'), '[field=mae_pb_wl_nested]') ,'fields' => array( array( 'type' => 'text' ,'field' => 'mae_pb_wl_nested' ,'value' => '1' ,'embed' => true ,'attributes' => array( 'class' => 'small-text' ) ) ) )Are there any other fields it works on, or just radios and checks?
Thanks guys.
Marcus
-
August 1, 2016 at 7:26 pm #7064
jrcreativeMemberIs the end goal to update text from mae_pb_wl_nested as the value of the HTML field?
-
August 2, 2016 at 2:19 am #7067
MarcusMemberActually its more of a question on what allows it. 🙂
Since it links to a fields array, I thought it might be interesting to know if you could apply it several times, and if other fields could use it.
More curious than anything.
Marcus
-
-
AuthorPosts
Viewing 2 reply threads
- You must be logged in to reply to this topic.