• Hello!

    Is it possible to show all fields of select stored in database?

    If I write this,
    $tipodeempresa = types_render_field( 'tipo-de-empresa', array( 'output' => 'html') );

    It only shows the data selected, but not all the data,

    Is it possbile to get all information in order to render a select dinamycly?

    Thanks,
    Best regards

    https://wordpress.org/plugins/types/

Viewing 1 replies (of 1 total)
  • Anonymous User 14808221

    (@anonymized-14808221)

    When you render a Field, it’s intention is to render it’s value.

    This is not different with native WordPress Custom Fields.

    What woudl you precisely want?
    To Display all possible Values?

    Then you have to get the options of those Fields, as they are not save in post meta yet, since not saved for a Post.

    If you want to EDIT those Fields in the Front End you need another Plugin, which is part of the Toolset family but I can not advertise this here.
    You would need to consult us over here

    Before you can do that you would have to register for free.

    Let me know if I misunderstood you.

Viewing 1 replies (of 1 total)

The topic ‘Display Select (list) on front end’ is closed to new replies.