• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

Certain Text not Allowed?

nicheweb

Member
Hello,

I'm trying to write an API call and when I put in the following content for one of the values - Pabbly won't allow it to save. Does it have something to do with the PHP?

<?php
/// code to hide the regex if you are logged into the website as an admin. In this case, it is if the admin can see the admin bar on the left for security.
/// You can replace this with something like if ($_GET['admin'] == 1), and you can add ?admin=1 in the URL, but this obviously less secure.
if (xyz::canAdminViewAdminBar()) {
/// no regex, admin is logged in
} else {
/// no admin, show regex - last updated 12/28/24 - last rolled out on 12/28/24
// spam submitted on SLD 2/2/24
echo "^((?!XXXXXXXXXXXXXXX).)*$";
}
?>
 
Top