• Resolved marko2002

    (@marko2002)


    Hello guys, had the free version and currently using the trial pro but wondering if it would be possible to have a page of info for, say, each custom field and result using shortcode.

    For example, let’s say the custom field was called “Question 1” and the options were “Answer1|Answer2|Answer3”.

    Would it be possible to have a page showing how many counts of Answer1, Answer2 and Answer3

    Thanks in advance
    Marko

Viewing 1 replies (of 1 total)
  • Plugin Author 100plugins

    (@100plugins)

    Hi @marko2002,

    What you can do is show the specific location data with the shortcode [open-user-map-location value="Question 1" post_id="12345"]. This will render the selected answer for this location. However, this does not add up the values of all the answers given.

    But you could write a function for this on your own. Therefor make use of the PHP function oum_get_location_value( $value, $post_id ) which does basically the same as the shortcode mentioned before but returns the value for further processing.

    Please find more information on this under Settings > Open User Map > Help & Getting Started.

    Best Regards,
    Daniel

    • This reply was modified 2 years, 3 months ago by 100plugins.
Viewing 1 replies (of 1 total)
  • The topic ‘Is this possible?’ is closed to new replies.