fill settings field with CF Value on site change

Support General fill settings field with CF Value on site change

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #43484
    Klaus KotthausKlaus Kotthaus
    Participant

    Hi,
    I would like to fill a field (Url_go) in a settings page with different values ​​when changing pages. I need it to go to a specific URL (shop page) in WS Forms.

    logic

    If single_course then
    url_go = url_single_course (CF single_course)
    else
    url_go = main_shop_url (same Settings CF)

    How to do this ?

    #43499
    PeterPeter
    Moderator

    Hello Klaus,

    How do you add/update the field value on the settings page? Do you use a custom code to do that? Please let me know more details of your case.

    #43500
    Klaus KotthausKlaus Kotthaus
    Participant

    Thats my problem ... i do not know how to update the url_go (settings) field.

    #43509
    PeterPeter
    Moderator

    Generally, you can go to admin area > Settings page and update the field value. If it needs to custom code for a specific case, then it is beyond our scope of support.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.