• Resolved fecouse

    (@irani20)


    Hello
    I Set Default Value For Select Data and use posts list select but now need user select post
    Is there a way i can set default post by name?

Viewing 1 replies (of 1 total)
  • Plugin Author Kev Provance

    (@kprovance)

    Well, since your select is populated by dynamic data, I’m not sure it’s entirely possible, since that data will be different for each user. You’d have to know the specific name of the post. Every users posts are different.

    That aside, if you could pull the post ID using the post title, you could set the default that way. Or, if your are learned in advanced programming, you could write a JavaScript function to manipulate the select box and select the post you wish selected based on the option name. I think those are your only options.

    Good luck!

    – Kev

Viewing 1 replies (of 1 total)

The topic ‘Set Default Value For Select Data’ is closed to new replies.