Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi jr.allen,

    I have written a couple of micro-plugins you can use to require the phone number with reservations. The first one will just check if the phone field is empty or not. The second will also perform some basic validation checks to make sure it is composed of only numbers, spaces, dashes, periods and parentheses.

    To use one of these, follow the link and then click the “Download Gist” button on the right. Upload the .php file to your /wp-content/plugins/ directory and then activate the plugin from the Plugins list in your WordPress admin panel.

    You should only activate one of these plugins.

    I’m going to close this ticket but feel free to re-open if you are stilling having problems.

    Thread Starter jr.allen

    (@jrallen-1)

    Hi I’m sorry I took a while had to meet a deadline and didn’t get chance to sort this out, I have tried to install both plugins, They won’t install it says “The package could not be installed. PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature” Could you please help me and the Add a message type is in black is there away I can change it to white ?

    HI jr.allen,

    Because these plugins are a single file and not a zip package, you can’t install them through the web-based installer. You’ll need to actually upload them via FTP to your /wp-content/plugins/ directory.

    You can change the color of the Add a Message link with CSS code like this:

    .rtb-booking-form .add-message a {
      color: red;
    }
    Thread Starter jr.allen

    (@jrallen-1)

    Thank you so much, that worked perfectly 🙂

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

The topic ‘Just two things that I need help with.’ is closed to new replies.