• Resolved myvalidid

    (@myvalidid)


    Hello,

    i have already test your plugin, and it’s really lightweight
    great job….

    by the way. can you help me for 1 problem that i get.

    when i want to apply there is a button called [ Apply Now ]
    and that will display if not email then it will display URL that submitted from the Post a Job form.

    i have already test to delete a little code like mailto and href.

    i plan to put text only there… and it success.

    the problem came up when i trying to put WhatsApp Number or Telegram ID
    it’s look like your script do some filter
    if not URL match with http or https then it wont “write” at Database
    and so with email.. if not match email format it wont “write” at database too

    can you tell me how to make it work so i can put number and regular text format ?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter myvalidid

    (@myvalidid)

    I THink my Question is not violate your TOS. Because i dont ask you to do some scripting
    just tell me what file i must see and edit …

    ^_^

    Plugin Support bindlegirl (a11n)

    (@bindlegirl)

    Hi @myvalidid !

    Yes, you are right, the Application field is checked and sanitized by our plugin. Also, the plugin is not made to have a different application method than those two so you could achieve what you want but would need to customize the code.

    You can check out the two templates, job-application-url.php and job-application-email.php as a starting point. All template files can be overridden as described here:

    https://wpjobmanager.com/document/template-overrides/

    Thread Starter myvalidid

    (@myvalidid)

    yes i just found the Sanitize variable…
    and sanitize checker
    this is like a
    salt + fish
    i can make anything
    you provide the basic
    very good plugin, i can understand why there is no “support” for scripting ( perhaps marketing strategy… but nvm, that is not a big deal )

    but i found the new problem
    why your script always put http:// at wp-admin-> job list -> edit job -> application text box

    if user put only google.com
    i track it on the wp-admin-> job list -> edit job -> application text box
    then it always append http
    the problem is
    http is not working for now 🙂
    how to make it default point to https 😀 what file i must see

    Plugin Support bindlegirl (a11n)

    (@bindlegirl)

    if user put only google.com
    i track it on the wp-admin-> job list -> edit job -> application text box
    then it always append http

    Yes, if you add a domain name without the protocol in the WP-admin dashboard, it will add http:// to it.

    To use https:// you will need to add it to the form field as https://google.com.

    If you are adding jobs from the front-end form, you have to add the protocol. Otherwise, the form can’t be submitted. Unfortunately, the form label isn’t clear about that so it can be confusing. It’s a known issue and it was registered here:
    https://github.com/Automattic/WP-Job-Manager/issues/2067

    Thread Starter myvalidid

    (@myvalidid)

    2 month

    well ok then. hope it will be fixed soon… thx and this topic is close

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Question : Apply Now Option’ is closed to new replies.