No problem for the delay. We're here to help whenever you're ready.
First, in case you hadn't seen, we upgraded all JLinked subscriptions to JFBConnect. JFBConnect now has all the LinkedIn functionality of JLinked, in addition to the Facebook, Google and Twitter features it already had. You may want to consider upgrading, in which case you can read through our
JLinked to JFBConnect migration guide
. That will likely fix your issue as there was a change in how the Apply button worked.
If not interested in upgrading now, you'll need to make a minor code change in one of our files. Please edit the /libraries/sourcecoast/easyTags.php file. Around line 187, you'll see:
$requirePhoneNumber = strtolower($paramValues[1]);
Change that to:
$requirePhoneNumber = 'required';
That should hopefully fix the issue you're having, but if not, please let us know and we'll gladly help investigate further.
Thanks,
Alex