• Resolved IgnacioJ

    (@ignacioj)


    I’m using Ultimate Member plugin, with a member directory.

    In a particular page, I’m showing members after a filter search. They can be from 1 to whatever number of members are related to the search.

    Below that, I put a contact form which should get some things like name, email and type of member from every member that shows in the search results.

    I have seen that the keys are visible in the page source code. I’m trying to use those keys in my shortcodes:

    [dynamictext dynamictext-170 readonly “CF7_get_custom_field key=’display_name'”]
    [dynamictext dynamictext-170 readonly “CF7_get_custom_field key=’membresia_tipo'”]
    [dynamictext dynamictext-170 readonly “CF7_get_custom_field key=’rubros'”]

    But nothing shows up.

    I have been with this for days and couldn′t find anything anywhere.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author sevenspark

    (@sevenspark)

    Shortcode output is generated on the server side. It sounds like you’re trying to capture data that is generated client-side (after a filtered search). So in this case the DTX won’t be helpful, sounds like you’d need a javascript solution to get that data into the form if you don’t have a page refresh.

    Thread Starter IgnacioJ

    (@ignacioj)

    Hi Sevenspark.

    Yes, I’m trying to capture data that way.

    What do you know about how to achieve this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Dynamic content not showing’ is closed to new replies.