Michael Gross

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: CVIT Hire Form Questions #10521
    Michael Gross
    Participant

    Please go to my site here:

    Home

    You will see a CONTACT MARK button in the navigation that opens up the CVIT Hire Form.

    If you do not fill in certain fields (that may not be relevant) like Budget or Requested Date, then you cannot send the request.
    When you click on the SEND REQUEST button it doesn’t send. It doesn’t even put up an error telling the user that these fields are required.

    If a user only fills in the Name, Email and Message fields they should be able to send a message.

    Apparently all fields are REQUIRED, we don’t want all required. We want most to be optional.

    in reply to: CVIT Hire Form Questions #10484
    Michael Gross
    Participant

    I see the code here in cvit-hire.php

    <div class=”col-md-6 budget”>
    <select name=”hire_budget” id=”hire_budget” class=”bg-fa-caret-down SelectMenu” required >
    <?php
    $budgetTitle = cvit_opt( ‘cvit_hiring_budgetboxtitle’ );
    if( $budgetTitle ){
    $budgetTitle = $budgetTitle;
    }else{
    $budgetTitle = esc_html__( ‘-Budget-‘, ‘cvit’ );
    }
    ?>
    <option value=””><?php echo $budgetTitle; ?></option>
    <?php
    $budgets = cvit_opt(‘cvit_hiring_budget’);
    if( is_array( $budgets ) ){

    foreach( $budgets as $budget ){

    echo ‘<option value=”‘.esc_attr( $budget[‘title’] ).'”>’.esc_html( $budget[‘title’] ).'</option>’;
    }

    }
    ?>
    </select>
    </div>

    But when I remove the “Required” I get an error. What am I doing wrong?

    in reply to: CVIT Hire Form Questions #10483
    Michael Gross
    Participant

    So, this video DID NOT answer the question I posted above.

    I need to make the BUDGET field NOT REQUIRED.

    in reply to: CVIT Hire Form Questions #10452
    Michael Gross
    Participant

    Ok, looks like I figured out the mailing issue. We are receiving the Hire form now.

    But, how to make the Budget Field, or actually ALL fields NOT required?

    in reply to: CVIT Social Media link behavior #10399
    Michael Gross
    Participant

    Hi,
    How to change the code to allow for these social media links in the CONTACT section to go to target=”_blank”?

    Thanks

    in reply to: About Section Content Title #9289
    Michael Gross
    Participant

    Hi,
    I downloaded latest from Themeforest. I uploaded via sftp. It is still showing version 3.1 in theme and I don’t see any difference to the About Section where I can put a subtitle or make any meaningful changes. Looks the same as before.

Viewing 6 posts - 1 through 6 (of 6 total)