Hi, Yes, can be done..I will ping you with the changes in the evening! Cheers
On 1 July 2014 23:23, Andreas Nilsson <[email protected]> wrote: > Hi Saumya! > The form is up now and the numbers change accordingly to the selection > that is made. Now we just need to post it correctly, but I saw you're > working on that already. > https://www.guadec.org/?page_id=1323 > > One small thing: can we make the arrival+departure and lunch days be > greyed when those Accomondation and Lunch boxes are unticked? > - Andreas > > > On 06/30/2014 05:17 PM, Saumya Dwivedi wrote: > > Okay, whenever you do so, drop me a mail. I will come on irc chat. > > Saumya > On Jun 30, 2014 8:18 PM, "Andreas Nilsson" <[email protected]> wrote: > >> Sorry I missed you online, I was in a meeting at work. This day is full >> of those. >> I'll check out the code after work today. >> Thanks! >> - Andreas >> >> On 06/30/2014 04:27 PM, Saumya Dwivedi wrote: >> >> Hi Andreas, >> Attached are two files, one jquery and one related php file. You might >> need to change the address location of php file depending on where it is >> located (line 7,25,44) of calculate-total.js. >> >> Also include these two lines in header.php file >> <script type="text/javascript" src="<?php >> bloginfo('stylesheet_directory'); ?>/js/jquery-1.10.2.min.js"></script> >> <script type="text/javascript" src="<?php >> bloginfo('stylesheet_directory'); ?>/js/calculate-total.js"></script> >> >> *I have also done minor changes to html..(we can discuss in depth in >> irc, where & why)* >> >> <form method="post"> >> >> <div class="section group"> >> >> <div class="col span_1_of_2">Name</div> >> >> <div class="col span_1_of_2"><input type="text" autofocus="true" >> /></div> >> >> </div> >> >> <div class="section group"> >> >> <div class="col span_1_of_2">E-mail</div> >> >> <div class="col span_1_of_2"><input type="email" /></div> >> >> </div> >> >> <div class="section group"> >> >> <div class="col span_1_of_2">IRC nick</div> >> >> <div class="col span_1_of_2"><input type="text" >> placeholder="optional" /></div> >> >> </div> >> >> <div class="section group"> >> >> <div class="col span_1_of_2">Gender</div> >> >> <div class="col span_1_of_2"><input type="text" >> placeholder="optional" /></div> >> >> </div> >> >> <div class="section group"> >> >> <div class="col span_1_of_2"></div> >> >> <div class="col span_1_of_2"> >> >> <fieldset><span >> class="addedupnum">€AddedUpNum</span> <label >> class="accomfee">0</label><input type="checkbox" name="accommodation" >> value="accommodation" /><strong>Accommodation</strong> >> >> <div class="section group subgroup"> >> >> <div class="col span_1_of_2">Arrival</div> >> >> <div class="col span_1_of_2"><select id="arrive"><option >> value="arrival-jul25">Friday July 25</option> >> >> <option value="arrival-jul26">Saturday July 26</option><option >> value="arrival-jul27">Sunday July 27</option><option >> value="arrival-jul28">Monday July 28</option><option >> value="arrival-jul29">Tuesday July 29</option><option >> value="arrival-jul30">Wednesday July 30</option><option >> value="arrival-jul31">Thursday July 31</option></select></div> >> >> </div> >> >> <div class="section group subgroup"> >> >> <div class="col span_1_of_2">Departure</div> >> >> <div class="col span_1_of_2"><select id="depart"><option >> value="departure-jul26">Saturday July 26</option><option >> value="departure-jul27">Sunday July 27</option><option >> value="departure-jul28">Monday July 28</option><option >> value="departure-jul29">Tuesday July 29</option><option >> value="departure-jul30">Wednesday July 30</option><option >> value="departure-jul31">Thursday July 31</option><option >> value="departure-aug01">Friday August 1</option></select></div> >> >> </div> >> >> <input type="checkbox" name="sponsored" value="sponsored" />I am >> sponsored by the GNOME Foundation</fieldset> >> >> </div> >> >> </div> >> >> <div class="section group"> >> >> <div class="col span_1_of_2"></div> >> >> <div class="col span_1_of_2"> >> >> <fieldset><span >> class="addedupnum">€AddedUpNum</span> <label >> class="lunchfee">0</label><input type="checkbox" name="lunch" value="lunch" >> /><strong>Lunch</strong> >> >> <div class="section group subgroup"> >> >> <div class="col span_1_of_2">Desired days</div> >> >> <div class="col span_1_of_2"><input type="checkbox" name="entry-fee" >> value="lunch_saturday" />Saturday 26th >> >> <input type="checkbox" name="entry-fee" value="lunch_sunday" />Sunday >> 27th >> >> <input type="checkbox" name="entry-fee" value="lunch_monday" />Monday >> 28th >> >> <input type="checkbox" name="entry-fee" value="lunch_tuesday" >> />Tuesday 29th</div> >> >> </div> >> >> <div class="section group subgroup"> >> >> <div class="col span_1_of_2">Dietary restrictions</div> >> >> <div class="col span_1_of_2"><input type="text" /></div> >> >> </div></fieldset> >> >> </div> >> >> </div> >> >> <div class="section group"> >> >> <div class="col span_1_of_2">Entry fee</div> >> >> <div class="col span_1_of_2"><input type="radio" name="entry-fee" >> value="10" />Minimum 10€ >> >> <input type="radio" name="entry-fee" value="20" />Recommended 20€ >> >> <input type="radio" name="entry-fee" value="50" />Supporter 50€ >> >> <input type="radio" name="entry-fee" id = "entry-fee-arb" value="15" >> /><input type="number" id="entry-arb" min="0" placeholder="15" /></div> >> >> </div> >> >> <div class="section group"> >> >> <div class="col span_1_of_2"><strong>Total</strong></div> >> >> <div class="col >> span_1_of_2"><strong>AddedUpNum</strong> <label >> class="total">0</label></div> >> >> </div> >> >> <div class="section group"> >> >> <div class="col span_1_of_2"></div> >> >> <div class="col span_1_of_2"><input type="submit" value="Proceed" >> /></div> >> >> </div> >> >> </form> >> >> >> >> On 13 June 2014 21:11, Andreas Nilsson <[email protected]> wrote: >> >>> Hi! >>> >>> I've done the layout of the registration form as a draft >>> https://www.guadec.org/?page_id=1323 >>> >>> However, as you all know, I'm about the least skilled person in the >>> GNOME community when it comes to programming, so I would need some help >>> with those bits. >>> If anyone is skilled in php etc. that would be able to help that would >>> be awesome. >>> >>> The second thing is that we need payment methods. Both via bank and >>> paypal. I have no idea how that stuff works. I spoke to Fabiana about it, >>> and she says this is also above her league (due to the payment part). >>> >>> Another option would be to go with something like Event Expresso >>> http://eventespresso.com/ that takes care of most of what we need. >>> - Andreas >>> _______________________________________________ >>> guadec-list mailing list >>> [email protected] >>> https://mail.gnome.org/mailman/listinfo/guadec-list >>> >> >> >> >> -- >> Saumya Dwivedi >> B-Tech CSE 2K10 >> IIIT-Hyderabad >> >> >> > -- Saumya Dwivedi B-Tech CSE 2K10 IIIT-Hyderabad
_______________________________________________ guadec-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/guadec-list
