- Регистрация
- 06.05.2012
- Сообщения
- 10
- Благодарностей
- 0
- Баллы
- 0
Hello all,
Making the template was easy but I cant get it to register div clicks. Bulldozer mentioned that in Zenno 4 this functional will work fine. Is there any work arounds to do it right now? I saw one for a sale on the forum that registers gmail and youtube so its gotta be do-able. I am just not sure what the best approach is to select the field. Can I get it somehow to just pick "January" every time? I dont need any randomness for the month.
I saw the click emulation plugin posted by the devs but was not sure how to implement it. Is it just for code creator or can it be applied to the project maker while im recording?
Here is the code:
<div class="form-element multi-field birthday" id="birthday-form-element">
<fieldset>
<legend><strong id="BirthdayLabel">Birthday</strong></legend>
<label class="month">
<span id="BirthMonthHolder" >
<select id="BirthMonth" name="BirthMonth">
<option value="">Month</option>
<option value="01" >January</option>
<option value="09" >September</option>
<option value="10" >October</option>
<option value="11" >November</option>
<option value="12" >December</option>
</select>
Thanks in advance and any help is appreciated! I learned a ton of stuff from the forum already. I dont know any programming but I am willing to give it a crack if that the answer.
Making the template was easy but I cant get it to register div clicks. Bulldozer mentioned that in Zenno 4 this functional will work fine. Is there any work arounds to do it right now? I saw one for a sale on the forum that registers gmail and youtube so its gotta be do-able. I am just not sure what the best approach is to select the field. Can I get it somehow to just pick "January" every time? I dont need any randomness for the month.
I saw the click emulation plugin posted by the devs but was not sure how to implement it. Is it just for code creator or can it be applied to the project maker while im recording?
Here is the code:
<div class="form-element multi-field birthday" id="birthday-form-element">
<fieldset>
<legend><strong id="BirthdayLabel">Birthday</strong></legend>
<label class="month">
<span id="BirthMonthHolder" >
<select id="BirthMonth" name="BirthMonth">
<option value="">Month</option>
<option value="01" >January</option>
<option value="09" >September</option>
<option value="10" >October</option>
<option value="11" >November</option>
<option value="12" >December</option>
</select>
Thanks in advance and any help is appreciated! I learned a ton of stuff from the forum already. I dont know any programming but I am willing to give it a crack if that the answer.