Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter anders213

    (@anders213)

    Thank you very much for your reply. I’ve done some testing now and I think one or both of the two following is the problem.

    1. As most other booking systems, ours also has several steps. I am able to disable translation of a certain area of the boking form, which has the same selector throughout all the booking steps. But the disabling only works for the first step

    2. After a lot of different attempts, I still haven’t found the selector for the input field.

    Not sure if you’ll be able to help with this information, but any help is much appreciated

    Thread Starter anders213

    (@anders213)

    I have tried to exclude both selectors and gettexts, but I am not sure what to enter in the input fields in the Translatepress settings. Below is code of just the input field, copied form the inspect section. I assume I shall use parts of this code to exclude the input field from translation

    <div class="os-col-9">
              <div class="os-form-group os-form-textfield-group os-form-group-transparent">
                <label for="giftup_coupan_code">Giftup Coupan Code</label><input type="text" placeholder="Giftup" coupan="" code="" name="coupan_code" value="" class="os-form-control" id="giftup_coupan_code">
                <div class="giftup-helper-class no-error"></div>
              </div>
            </div>
Viewing 2 replies - 1 through 2 (of 2 total)