สร้างQR Codeอัตโนมัติเมื่อผู้ใช้กรอกGoogle Formและส่งข้อมูล+QRกลับให้ทางอีเมล์

สวัสดีครับ สืบเนื่องจากโพสท์ที่แล้วในการส่งข้อมูลสรุปจาก Google Form ไปแจ้งเตือนผ่าน Line [ลิงค์ >> Send data from Google Sheet to Line notify] วันนี้เราจะมาต่อยอดไอเดียกันในการสร้าง QR Code อัตโนมัติทุกครั้งที่มีคนกรอก Google Form (โดยให้นำข้อมูลของผู้กรอกใส่เข้าไปใน QR Codeด้วย) จากนั้นให้ส่งข้อมูลสรุปของผู้กรอกรวมถึงQR Codeที่สร้างส่งกลับไปให้ผู้กรอกทางอีเมล์ ไปดูกันเล้ยยย

//Presented by BrilliantPy.com

function sendRestoEmail() {
  
//Editable
var ss = SpreadsheetApp.openById("11Vl5RpalZ6IWdquI9CeXRrlrxmhTIPO-11Vl5RpalZ6"); //Define spreadsheet ID
var sheet = ss.getSheetByName("การตอบแบบฟอร์ม 1"); //Define sheet name
var name_col = "B";
var dep_col = "C";
var tel_col = "D";
var mail_col = "E";
var qr_col = "F";
var status_col = "G";
var mail_subject = 'แจ้งผลการลงทะเบียน'; // Define Subject

var lr = sheet.getLastRow();
var lc = sheet.getLastColumn();
// var range = sheet.getRange(lr,1,1,lc).getValues();

//Header
var num_pos_head = 1;
var name_pos_head = name_col+num_pos_head;
var dep_pos_head = dep_col+num_pos_head;
var tel_pos_head = tel_col+num_pos_head;
var mail_pos_head = mail_col+num_pos_head;

//Current cell of data
var name_pos_cur = name_col+lr;
var dep_pos_cur = dep_col+lr;
var tel_pos_cur = tel_col+lr;
var mail_pos_cur = mail_col+lr;
var qr_pos_cur = qr_col+lr;
var status_pos_cur = status_col+lr;

//Current data substitute to excel format
var name_sub2ex = substitute_to_excel(name_pos_cur);
var dep_sub2ex = substitute_to_excel(dep_pos_cur);
var tel_sub2ex = substitute_to_excel(tel_pos_cur);
var mail_sub2ex = substitute_to_excel(mail_pos_cur);

//Current data encode for generate url of QR code
var name_val_enc = encodeURIComponent(sheet.getRange(name_pos_cur).getDisplayValue());
var dep_val_enc = encodeURIComponent(sheet.getRange(dep_pos_cur).getDisplayValue());
var tel_val_enc = encodeURIComponent(sheet.getRange(tel_pos_cur).getDisplayValue());
var mail_val_enc = encodeURIComponent(sheet.getRange(mail_pos_cur).getDisplayValue());

var mail_val_sub = substitute_f(sheet.getRange(mail_pos_cur).getDisplayValue());
var status_val = sheet.getRange(status_pos_cur).getDisplayValue();

//Create QR code formula
var qr_formula = "=image(\"https://chart.googleapis.com/chart?chs=200x200&cht=qr&choe=UTF-8&chl=BEGIN:BRILLIANTPY%0A\" & \"NAME:\" & " + name_sub2ex + " & \"%0ADEPARTMENT:\" & " + dep_sub2ex + " & \"%0ATEL:\" & " + tel_sub2ex + " & \"%20EMAIL:\" & " + mail_sub2ex + ")";

//Set QR code formula to Spread Sheet
sheet.getRange(qr_pos_cur).setFormula(qr_formula);

//Url of QR code
var qr_url = "https://chart.googleapis.com/chart?chs=200x200&cht=qr&choe=UTF-8&chl=BEGIN:BRILLIANTPY" + "%0ANAME:" + name_val_enc + "%0ADEPARTMENT:" + dep_val_enc + "%0ATEL:" + tel_val_enc + "%20EMAIL:" + mail_val_enc;

//Create message
var mail_msg = sheet.getRange(name_pos_head).getValue() + ":" + sheet.getRange(name_pos_cur).getValue() + "\n" + 
sheet.getRange(dep_pos_head).getValue() + ":" + sheet.getRange(dep_pos_cur).getValue()  + "\n" + 
sheet.getRange(tel_pos_head).getValue() + ":" + sheet.getRange(tel_pos_cur).getValue()  + "\n" +  
sheet.getRange(mail_pos_head).getValue() + ":" + sheet.getRange(mail_pos_cur).getValue() + "\n" + 
qr_url;

var EMAIL_SENT = "EMAIL_SENT";
if (status_val != EMAIL_SENT) { // Prevents sending duplicates
  MailApp.sendEmail(mail_val_sub, mail_subject, mail_msg);
  sheet.getRange(status_pos_cur).setValue(EMAIL_SENT); // Make sure the cell is updated right away in case the script is interrupted
  SpreadsheetApp.flush();
}

Logger.log(lr + "," + lc);
}

function substitute_to_excel(mpos) {
  return "SUBSTITUTE(" + mpos + ", \" \", \"%20\")";
}

function substitute_f(mstr){
  return mstr.replace(/\s/g, "") 
}

1,001 thoughts on “สร้างQR Codeอัตโนมัติเมื่อผู้ใช้กรอกGoogle Formและส่งข้อมูล+QRกลับให้ทางอีเมล์

  1. polywebhost.com says:

    I would like to take the opportunity of saying thanks to you for that
    professional advice I have constantly enjoyed
    checking out your site. We’re looking forward to the particular commencement of my university research and the
    whole preparing would never have been complete without browsing your web
    site. If I can be of any assistance to others, I
    might be pleased to help as a result of what I have discovered from here.

    My web site polywebhost.com

  2. mens neckties says:

    Great goods from you, man. I’ve understand your
    stuff prior to and you’re simply extremely excellent. I really like what you have
    acquired right here, really like what you’re saying and the way in which you are saying it.

    You are making it enjoyable and you continue to care for to keep it smart.
    I can’t wait to learn far more from you.
    This is really a tremendous site.

    Look at my blog – mens neckties

  3. TestoXmen says:

    Please let me know if you’re looking for a article author for your blog.
    You have some really good articles and I think I would be a good asset.
    If you ever want to take some of the load off, I’d really like to write some material
    for your blog in exchange for a link back to mine. Please shoot me an e-mail if interested.
    Cheers!

    Visit my blog post; TestoXmen

  4. https://docs.google.com/presentation/d/e/2PACX-1vRPzD6dQBOVNoryhh0MjMkNjX5jagZHk8gowke_XaxbGef7S_491NgF5OjPB9VH6IjzmgMnWKd1aMG0/pub?start=false&loop=false&delayms=3000 says:

    This is really interesting, You are a very
    skilled blogger. I have joined your rss feed and look forward to searching for more of your
    fantastic post. Additionally, I have shared your web site in my social networks

    Here is my web-site: information on eczema (https://docs.google.com/presentation/d/e/2PACX-1vRPzD6dQBOVNoryhh0MjMkNjX5jagZHk8gowke_XaxbGef7S_491NgF5OjPB9VH6IjzmgMnWKd1aMG0/pub?start=false&loop=false&delayms=3000)

  5. Terra Xtract CBD Reviews says:

    First of all I would like to say wonderful blog! I had a quick question which I’d like to ask if you do not mind.
    I was curious to know how you center yourself and clear your mind
    prior to writing. I’ve had a difficult time clearing my thoughts in getting my thoughts
    out. I truly do enjoy writing but it just seems like the first 10 to 15 minutes tend to be
    lost simply just trying to figure out how to begin. Any ideas or hints?

    Many thanks!

    Here is my blog :: Terra Xtract CBD Reviews

  6. http://www.access-tango.com/forums/index.php?action=profile;u=121232 says:

    Can I just say what a comfort to discover someone that genuinely knows what they are talking about online.
    You definitely know how to bring an issue to light and
    make it important. More people ought to check this out and understand this side of your story.

    I can’t believe you are not more popular since you certainly possess the gift.

    Here is my website: Mega Male (http://www.access-tango.com/forums/index.php?action=profile;u=121232)

  7. Keto X3 Review says:

    I needed to post you the bit of word to be able to
    thank you very much again over the splendid pointers you have discussed here.

    It is simply wonderfully generous of you to grant publicly all most people could possibly have
    distributed for an e book in order to make some bucks on their own, especially since you could have
    done it if you wanted. The things in addition served to be the good way to fully grasp someone else have the identical
    dreams just like my own to understand somewhat more with
    reference to this issue. I’m certain there are lots of more fun opportunities ahead for individuals who take a look
    at your blog post.

    Also visit my web blog … Keto X3 Review

  8. http://www.comptine.biz says:

    I simply had to say thanks all over again. I do not know the things I could possibly have followed without the
    entire concepts shown by you about my subject matter.
    It seemed to be a very frightening condition in my view, nevertheless discovering the skilled form
    you solved it forced me to jump over joy. I’m just grateful for the support and hope that you really know what an amazing job you happen to
    be getting into teaching people using your website.
    I am sure you’ve never encountered all of us.

    Feel free to visit my blog post :: http://www.comptine.biz

  9. Reneaux Anti Aging Serum says:

    Great ? I should certainly pronounce, impressed with your
    site. I had no trouble navigating through all the tabs as well as related information ended up being truly
    easy to do to access. I recently found what I hoped for before you
    know it at all. Reasonably unusual. Is likely to
    appreciate it for those who add forums or anything, website
    theme . a tones way for your client to communicate. Nice task.

    Take a look at my page; Reneaux Anti Aging Serum

  10. cozy bamboo cotton says:

    Thanks so much for giving me an update on this theme on your site.

    Please understand that if a brand new post appears or in the event any adjustments occur to
    the current submission, I would be thinking about reading a lot more
    and focusing on how to make good use of those techniques you share.
    Thanks for your time and consideration of other individuals by making
    this web site available.

    my web blog cozy bamboo cotton

  11. waxing hair removal says:

    A lot of thanks for all your valuable effort on this website.

    Debby really loves making time for internet research and it’s easy to see
    why. We all learn all regarding the compelling ways
    you offer very useful guidance on the web blog and
    as well as improve contribution from other people on the situation so my daughter is certainly
    studying so much. Take pleasure in the remaining portion of the year.
    You have been carrying out a brilliant job.[X-N-E-W-L-I-N-S-P-I-N-X]I’m extremely impressed with your writing abilities
    as smartly as with the structure to your blog.

    Is this a paid subject matter or did you customize it your self?
    Anyway keep up the nice high quality writing, it is uncommon to see a great blog like this one nowadays.

    My webpage waxing hair removal

  12. Extreme Keto EFX says:

    What i do not realize is in reality how you are no longer really a lot more smartly-favored than you might be right now.
    You’re so intelligent. You understand thus significantly in terms of this subject,
    made me personally believe it from so many varied angles.
    Its like men and women are not fascinated unless it is something to accomplish with Lady gaga!
    Your individual stuffs excellent. At all times maintain it up!

    Also visit my web-site: Extreme Keto EFX

  13. how to increase libido says:

    I don’t know if it’s just me or if perhaps everyone else encountering issues
    with your blog. It appears as though some of the written text within your content are running off the screen. Can somebody else
    please comment and let me know if this is happening to them too?
    This might be a issue with my browser because I’ve had this
    happen before. Thank you

    Also visit my web site; how to increase libido

  14. cotyasia.com says:

    hello there and thank you for your info – I have
    certainly picked up anything new from right here. I did however expertise a few technical
    issues using this web site, since I experienced to reload
    the website lots of times previous to I could get it to load
    correctly. I had been wondering if your web host is OK? Not that I am complaining, but slow loading instances times
    will sometimes affect your placement in google and could damage your high-quality score if advertising and marketing with Adwords.

    Anyway I am adding this RSS to my e-mail and could look out for much more of
    your respective fascinating content. Ensure that you update this again very soon.

  15. A1 Keto Review says:

    I’ve been exploring for a little for any high-quality
    articles or weblog posts in this sort of space .
    Exploring in Yahoo I finally stumbled upon this web site.
    Reading this info So i am satisfied to exhibit that I’ve an incredibly excellent uncanny feeling I found out exactly what I needed.
    I so much certainly will make sure to don’t overlook this web site and
    give it a glance on a continuing basis.

    Here is my web site: A1 Keto Review

  16. nootropic pills says:

    Hey there I am so excited I found your webpage, I
    really found you by accident, while I was researching
    on Yahoo for something else, Anyhow I am here now and would just
    like to say many thanks for a incredible post and a all round thrilling
    blog (I also love the theme/design), I don’t have time to read it all at the minute but I have book-marked it
    and also added in your RSS feeds, so when I have time I will be back to read more,
    Please do keep up the great job.

    Feel free to surf to my webpage :: nootropic pills

  17. duna-anapa.net.ru says:

    Hey there would you mind stating which blog platform you’re using?
    I’m going to start my own blog in the near future
    but I’m having a hard time choosing between BlogEngine/Wordpress/B2evolution and Drupal.

    The reason I ask is because your layout seems different then most blogs and I’m looking for something
    unique. P.S My apologies for being off-topic but I had to ask!

    Take a look at my web site – duna-anapa.net.ru

  18. Nature Leaf CBD says:

    I have to express my appreciation to this writer for
    rescuing me from this particular dilemma. Because of surfing around
    throughout the internet and coming across thoughts which were not helpful,
    I was thinking my life was well over. Existing without the approaches to the difficulties you’ve resolved
    as a result of the guideline is a critical case, and those which could have badly affected my entire career if I hadn’t noticed the blog.
    Your primary talents and kindness in dealing with every part was crucial.
    I’m not sure what I would’ve done if I hadn’t come upon such a subject like this.
    I am able to at this point look ahead to my future.
    Thanks very much for the skilled and amazing guide.
    I won’t hesitate to propose your blog post to anyone who desires guide about this matter.

    My website :: Nature Leaf CBD

  19. MegaXL Reviews says:

    Fantastic goods from you, man. I have understand your stuff previous to and you’re just extremely fantastic.
    I really like what you’ve acquired here, really like what
    you are saying and the way in which you say it. You make it enjoyable and you still care for to
    keep it sensible. I can not wait to read much
    more from you. This is really a terrific web site.

    my web site – MegaXL Reviews

  20. worldwidehandicappers.com says:

    Wonderful goods from you, man. I have consider your stuff prior to and you
    are just too great. I really like what you have got right here, certainly like what you are stating and the way by which
    you assert it. You’re making it enjoyable and you still take care of to keep it wise.

    I cant wait to learn far more from you. This is really a wonderful site.

    Feel free to surf to my web site – worldwidehandicappers.com

  21. brain fitness says:

    I don’t know if it’s just me or if everyone else encountering issues with your site.
    It appears as though some of the written text within your posts are running
    off the screen. Can someone else please provide feedback
    and let me know if this is happening to them as well?
    This may be a problem with my web browser because I’ve had this happen before.
    Cheers

    Also visit my page – brain fitness

  22. Nature Leaf CBD Gummies says:

    I almost never drop responses, but I read a bunch of comments on this page สร้างQR Codeอัตโนมัติเมื่อผู้ใช้กรอกGoogle Formและส่งข้อมูล+QRกลับให้ทางอีเมล์ – BrilliantPy ก้าวสู่โลกของนักพัฒนา.
    I actually do have a couple of questions for you if it’s
    allright. Is it simply me or does it give the impression like some of these responses come across like they
    are coming from brain dead visitors? 😛 And, if you are writing at other
    online social sites, I’d like to keep up with anything
    fresh you have to post. Could you list of all of
    your shared pages like your Facebook page, twitter feed, or linkedin profile?

    my page – Nature Leaf CBD Gummies

  23. teeth whitening nyc says:

    I must get across my gratitude for your kind-heartedness in support of women who really need guidance on the question. Your special dedication to
    getting the message all over became unbelievably interesting and has specifically empowered women just like
    me to get to their aims. Your new warm and helpful guideline indicates this
    much a person like me and still more to my fellow workers.
    Regards; from all of us.

    Visit my site: teeth whitening nyc

  24. simplified skin care says:

    Definitely believe that which you stated. Your favourite justification seemed to be on the internet the
    simplest factor to take into account of. I say to you, I definitely get annoyed while other folks think about worries that they plainly
    do not recognize about. You managed to hit the nail upon the highest and defined out the whole thing with no need side
    effect , other folks could take a signal. Will probably be
    again to get more. Thanks!

    Here is my page simplified skin care

  25. https://justpaste.it/4cf0o says:

    Just to follow up on the up-date of this matter on your site and would want to let you know just how much I loved the time you took to put together this beneficial post.

    Inside the post, you really spoke regarding how to really handle this problem with all comfort.

    It would be my own pleasure to get some more concepts from your website and come up to offer other individuals what I learned
    from you. Many thanks for your usual fantastic effort.

    My website; recipes for face masks (https://justpaste.it/4cf0o)

  26. polywebhost.com says:

    I want to show appreciation to this writer for rescuing me from such a setting.
    As a result of looking through the online world and meeting concepts that were not
    pleasant, I believed my entire life was gone.
    Living minus the answers to the issues you’ve solved by
    way of your good site is a serious case, as well as
    those that could have adversely affected my career if I hadn’t discovered your site.
    Your own personal competence and kindness in playing
    with a lot of stuff was invaluable. I don’t know what I
    would have done if I hadn’t encountered such a thing like this.
    I can also now relish my future. Thanks very much for the expert
    and amazing guide. I will not think twice to suggest your site to any
    individual who wants and needs support about this matter.

    Here is my website: polywebhost.com

  27. hair loss says:

    Thank you so much for providing individuals with
    an extraordinarily wonderful possiblity to read critical reviews from this blog.
    It is usually very cool and also packed with amusement for me and my office colleagues to search your
    site no less than three times weekly to learn the newest guides you will have.

    And of course, we are usually astounded concerning the unbelievable guidelines you give.
    Selected 1 points on this page are truly the best we have ever had.

    my web blog – hair loss

  28. Libido Build Rx says:

    My husband and i were so glad Jordan could finish off his web research by
    way of the precious recommendations he came across from your blog.

    It’s not at all simplistic to simply always be
    giving away things which usually the others could have been trying to sell.
    And we all grasp we have got the blog owner to give thanks to because of that.
    The illustrations you’ve made, the straightforward blog navigation, the relationships you will help instill – it’s mostly
    wonderful, and it is letting our son and us consider that the subject
    matter is brilliant, which is certainly particularly pressing.

    Thanks for the whole thing!

    Visit my web site; Libido Build Rx

  29. Glory says:

    Hey there, I think your blog might be having browser compatibility
    issues. When I look at your blog site in Safari, it looks fine
    but when opening in Internet Explorer, it has some overlapping.
    I just wanted to give you a quick heads up!
    Other then that, fantastic blog!

    My webpage … low carb dieting tips (Glory)

  30. weed indoorshave says:

    Thank you so much regarding giving everyone an update on this topic
    on your website. Please realize that if a brand new post appears or
    in the event any variations occur about the current post, I would be thinking about reading a lot more and learning how to make good using of those methods you discuss.

    Thanks for your efforts and consideration of other individuals by making this
    website available.

    Feel free to surf to my website; weed indoorshave

  31. decorative pillows says:

    Thank you so much for giving everyone an update on this subject on your site.
    Please realise that if a completely new post becomes available or
    in case any improvements occur on the current article, I would consider reading a lot more and understanding how to make good usage
    of those tactics you reveal. Thanks for your
    efforts and consideration of others by making this website available.

    Review my webpage … decorative pillows

  32. balanced diet says:

    hey there and thank you for your info – I have certainly
    picked up something new from right here. I did however expertise a few technical
    issues using this web site, as I experienced to reload the website a lot
    of times previous to I could get it to load correctly.
    I had been wondering if your web host is OK? Not that I am complaining, but slow loading instances
    times will sometimes affect your placement in google and can damage your high-quality score if advertising and marketing with Adwords.
    Anyway I am adding this RSS to my email and could look out for
    a lot more of your respective exciting content. Ensure that you update this again very soon..

    Here is my web blog; balanced diet

  33. male enhancement scams says:

    Great items from you, man. I have understand your stuff previous to and you’re just too excellent.
    I actually like what you have got right here, really like what you are stating and the
    way by which you assert it. You are making it entertaining and you still take care
    of to keep it sensible. I cant wait to learn much more from you.
    That is really a great web site.

    Here is my homepage :: male enhancement scams

  34. hemp paper fits says:

    I tend not to drop a comment, but I browsed a great deal
    of responses on this page สร้างQR Codeอัตโนมัติเมื่อผู้ใช้กรอกGoogle Formและส่งข้อมูล+QRกลับให้ทางอีเมล์ –
    BrilliantPy ก้าวสู่โลกของนักพัฒนา.

    I do have a few questions for you if you tend not to mind.
    Could it be only me or does it look like like some of these responses look like they are coming from brain dead folks?
    😛 And, if you are writing at additional social sites, I’d like to keep up
    with you. Could you make a list of the complete urls of your social pages like your Facebook
    page, twitter feed, or linkedin profile?

    My web page: hemp paper fits

  35. oil pulling saves teeth says:

    I hardly create comments, however i did some searching and wound up here สร้างQR Codeอัตโนมัติเมื่อผู้ใช้กรอกGoogle Formและส่งข้อมูล+QRกลับให้ทางอีเมล์ – BrilliantPy
    ก้าวสู่โลกของนักพัฒนา.
    And I actually do have 2 questions for you if you
    do not mind. Could it be just me or does it seem like a few of these
    comments appear as if they are coming from brain dead
    individuals? 😛 And, if you are posting at other places,
    I would like to keep up with anything new you have to post.
    Would you make a list of all of all your community pages
    like your linkedin profile, Facebook page or twitter feed?

    My web blog; oil pulling saves teeth

  36. takipçi satın al says:

    Howdy would you mind stating which blog platform you’re using?
    I’m going to start my own blog in the near future but I’m having a hard time making a decision between BlogEngine/Wordpress/B2evolution and Drupal.
    The reason I ask is because your design and style seems
    different then most blogs and I’m looking for something unique.
    P.S Apologies for being off-topic but I had to ask!

  37. vegetable oils says:

    Hey I know this is off topic but I was wondering if you knew of any widgets I could add
    to my blog that automatically tweet my newest twitter updates.
    I’ve been looking for a plug-in like this for quite some time and was hoping
    maybe you would have some experience with something like this.
    Please let me know if you run into anything. I truly enjoy reading your blog and I look forward
    to your new updates.

    Take a look at my web-site – vegetable oils

  38. recampus.ning.com says:

    Thank you for sharing superb informations. Your web site is very
    cool. I’m impressed by the details that you’ve on this website.
    It reveals how nicely you perceive this subject. Bookmarked this website page, will come back for more articles.
    You, my pal, ROCK! I found simply the info I already searched all over the place and simply could not come across.
    What a great site.

    Look at my page :: healthy weight loss (recampus.ning.com)

  39. recampus.ning.com says:

    I create a leave a response when I appreciate a article on a website or if I have
    something to add to the conversation. Usually it is a
    result of the sincerness communicated in the post
    I looked at. And on this post สร้างQR Codeอัตโนมัติเมื่อผู้ใช้กรอกGoogle Formและส่งข้อมูล+QRกลับให้ทางอีเมล์ – BrilliantPy ก้าวสู่โลกของนักพัฒนา.
    I was moved enough to drop a thought 😉 I actually do have
    2 questions for you if you don’t mind. Is it just me or do some of the comments appear like written by
    brain dead individuals? 😛 And, if you are posting on other online social sites, I would like to
    keep up with you. Would you make a list every one of your social sites like your twitter feed, Facebook page or linkedin profile?

    Feel free to visit my web page: fish oil – recampus.ning.com

  40. www.fotosombra.com.br says:

    Undeniably imagine that that you said. Your favorite reason seemed to be at the internet the simplest
    factor to understand of. I say to you, I certainly get annoyed even as other
    people consider worries that they plainly don’t realize about.
    You managed to hit the nail upon the top as smartly as
    outlined out the whole thing with no need side-effects
    , folks can take a signal. Will probably be again to
    get more. Thank you

    my blog post … http://www.fotosombra.com.br

  41. make your own soap says:

    Thanks for each of your hard work on this web page. My aunt really loves doing investigation and it’s really simple to grasp why.
    A number of us know all about the dynamic means you provide priceless tactics on this blog and therefore welcome participation from people on the point and my princess is without question becoming
    educated so much. Have fun with the rest of the year. You are carrying out a useful job.[X-N-E-W-L-I-N-S-P-I-N-X]I am extremely impressed together with your writing skills and also
    with the structure to your weblog. Is that this a paid theme or did you modify it your self?
    Anyway keep up the nice quality writing, it’s uncommon to see a great blog like this one today.

    Feel free to surf to my web page make your own soap

  42. Keto-X3 says:

    I loved as much as you will receive performed right here.
    The sketch is tasteful, your authored material stylish.

    nevertheless, you command get got an shakiness over that you want be turning
    in the following. ill indisputably come further earlier again since precisely the similar nearly a lot
    regularly inside of case you defend this hike.

    Here is my web-site … Keto-X3

  43. acciident says:

    What i do not understood is if truth be told how you’re now not really much more smartly-liked than you
    may be now. You are so intelligent. You know therefore significantly
    in the case of this topic, produced me in my view consider it from a lot of varied angles.
    Its like men and women don’t seem to be interested except it’s something to
    do with Girl gaga! Your individual stuffs nice. Always take
    care of it up!

  44. pubic hair says:

    Unquestionably imagine that that you stated. Your favourite justification appeared to be at the web the easiest factor to keep in mind
    of. I say to you, I certainly get irked whilst folks consider issues that they just do not recognize about.
    You controlled to hit the nail upon the highest
    and also defined out the entire thing with no need side effect
    , other people can take a signal. Will likely be back to get more.
    Thanks

    Also visit my blog; pubic hair

  45. http://rock8899.com/ says:

    Hi there! I know this is kinda off topic nevertheless I’d figured
    I’d ask. Would you be interested in trading links or maybe guest authoring a blog
    article or vice-versa? My site discusses a lot of the same topics as yours and I feel we could greatly benefit from each other.

    If you happen to be interested feel free to send me an email.
    I look forward to hearing from you! Awesome blog by the way!

    Take a look at my web blog: http://rock8899.com/

  46. pubic hair says:

    I tend not to drop a leave a response, but I glanced
    through some comments on สร้างQR Codeอัตโนมัติเมื่อผู้ใช้กรอกGoogle Formและส่งข้อมูล+QRกลับให้ทางอีเมล์ – BrilliantPy ก้าวสู่โลกของนักพัฒนา.
    I do have 2 questions for you if you do not mind. Could it be just me
    or do some of the comments appear like they are written by
    brain dead people? 😛 And, if you are writing on additional sites,
    I’d like to follow everything fresh you have to post.
    Would you make a list of every one of your social pages like your linkedin profile, Facebook page or twitter feed?

    Feel free to visit my website: pubic hair

  47. atkins diet says:

    Greetings from California! I’m bored to death at work so I decided to check out your site on my iphone during lunch break.
    I enjoy the information you present here and can’t wait to take a look when I get home.
    I’m surprised at how quick your blog loaded on my mobile ..

    I’m not even using WIFI, just 3G .. Anyhow, very
    good blog!

    Visit my blog post; atkins diet

  48. hair- products says:

    What i don’t understood is if truth be told how you are not really a
    lot more well-preferred than you might be now.
    You’re very intelligent. You realize thus considerably with regards to this subject, made me in my view imagine it from a lot of varied angles.

    Its like men and women don’t seem to be interested unless it’s one thing to accomplish with Lady gaga!
    Your individual stuffs outstanding. At all times care for it
    up!

    my web page: hair- products

  49. Madeleine says:

    Can I simply say what a comfort to find someone who
    genuinely understands what they’re talking about
    on the internet. You certainly know how to bring an issue to light and
    make it important. A lot more people need to read this and understand this side of the story.
    I can’t believe you aren’t more popular since you certainly
    have the gift.

    Also visit my web-site :: genital hair removal
    (Madeleine)

  50. Xổ số 12.6 says:

    Thanks for finally writing about > สร้างQR Codeอัตโนมัติเมื่อผู้ใช้กรอกGoopgle
    Formและส่งข้อมูล+QRกลับให้ทางอีเมล์ – BrilliantPy ก้าวสู่โลกของนักพัฒนา
    Xổ số 12.6

  51. hair styling says:

    Howdy excellent website! Does running a blog similar to this require a massive amount work?
    I’ve no expertise in programming but I had been hoping to start my own blog
    soon. Anyway, if you have any suggestions or tips for new blog
    owners please share. I know this is off subject nevertheless I simply wanted to ask.
    Thanks a lot!

    Here is my homepage hair styling

  52. idcash88 says:

    Јust wish to say your articlle iѕ as astonishing.
    The clearness in your post iis just cool and i could assume you’re an expert on this subјect.
    Well with your permission allow me to grab your fesd to keep up to datе with forthcoming post.
    Thɑnks ɑ million and pleaqse continue the enjoyable work.

    Aⅼso visit my blog post – idcash88

  53. Jerold says:

    My coder is trying to persuade me to move to .net from PHP.
    I have always disliked the idea because of the costs. But he’s tryiong none the less.
    I’ve been using WordPress on several websites for about
    a year and am anxious about switching to another
    platform. I have heard fantastic things about blogengine.net.
    Is there a way I can import all my wordpress posts into it?
    Any kind of help would be greatly appreciated!

  54. http://211.159.150.117/dz34utf8_zimeidi/upload/forum.php?mod=viewthread&tid=536164 says:

    I seldom create comments, but i did a few searching and wound up here สร้างQR Codeอัตโนมัติเมื่อผู้ใช้กรอกGoogle Formและส่งข้อมูล+QRกลับให้ทางอีเมล์ –
    BrilliantPy ก้าวสู่โลกของนักพัฒนา.
    And I do have 2 questions for you if it’s allright.
    Could it be just me or does it look like a few of these remarks come across as if they are coming from brain dead folks?
    😛 And, if you are posting at additional places, I would like to follow
    anything fresh you have to post. Could you list of the complete urls
    of your community pages like your Facebook page, twitter feed,
    or linkedin profile?

    Also visit my web blog – http://211.159.150.117/dz34utf8_zimeidi/upload/forum.php?mod=viewthread&tid=536164

  55. Maritza says:

    It’s a pity you don’t have a donate button! I’d most certainly donate to this brilliant blog!
    I suppose for now i’ll settle for bookmarking and adding your RSS feed to my Google
    account. I look forward to brand new updates and will share
    this blog with my Facebook group. Chat soon!

  56. Ruben says:

    I was just looking for this info for a while. After
    6 hours of continuous Googleing, finally I got it in your site.
    I wonder what is the lack of Google strategy that do not rank this type
    of informative sites in top of the list. Usually the top websites
    are full of garbage.

    Visit my page :: Ruben

  57. foods rich in omega 3 fatty acids says:

    Thank you for all of the hard work on this web page.
    My mum take interest foods rich in omega 3 fatty acids conducting investigation and it is easy to see why.
    My partner and i notice all of the dynamic means you deliver priceless solutions through the blog and as well invigorate contribution from visitors on this point then our own girl is
    in fact understanding a lot. Enjoy the rest of the new year.
    You are doing a remarkable job.[X-N-E-W-L-I-N-S-P-I-N-X]I’m
    extremely impressed along with your writing abilities and also with the format on your blog.

    Is that this a paid topic or did you modify it yourself?
    Anyway stay up the nice high quality writing, it’s rare to look a nice blog like this one
    nowadays.

  58. http://www.vuurwerkinformatie.freebb.nl says:

    I’ve been exploring for a little for any high
    quality articles or blog posts on this kind of
    space . Exploring in Yahoo I at last stumbled upon this site.
    Reading this information So i am happy to show that I have an incredibly
    good uncanny feeling I found out exactly what I needed. I so much no
    doubt will make sure to do not omit this site and give it a glance
    on a relentless basis.

    Also visit my web-site http://www.vuurwerkinformatie.freebb.nl

  59. Byron says:

    It is appropriate time to make a few plans for the long run and it is time
    to be happy. I have read this publish and if I could I want to recommend you some fascinating things
    or suggestions. Perhaps you could write next articles referring to this article.
    I wish to learn even more things about it!

  60. ckd diet says:

    I’ve been browsing on-line more than 3 hours nowadays, yet
    I by no means discovered any interesting article like yours.

    It is beautiful price enough for me. In my view, if all
    website owners and bloggers made just right content as
    you did, the web will probably be a lot more useful than ever
    before.

    Also visit my site – ckd diet

  61. franchise-business-forum.ru says:

    I am just writing to make you know what a extraordinary encounter
    my wife’s child enjoyed studying the blog.
    She came to find some details, including what it
    is like to have an incredible teaching spirit to make other individuals
    clearly know various hard to do matters. You undoubtedly did more than her desires.
    Thanks for presenting the important, safe, explanatory not to mention fun guidance on that topic to
    Ethel.

    my web site; franchise-business-forum.ru

  62. https://prettypeople.club/index.php/blog/184050/how-to-raise-libido-of-males-best-natural-in-order-to-increase-your-desire says:

    I in addition to my pals happened to be taking note of the great techniques found on the website while all of a sudden came
    up with a terrible feeling I had not expressed respect to
    the web blog owner for those techniques. All the women were for this reason very interested to read
    all of them and have in effect quite simply been taking pleasure in these things.
    Thank you for simply being indeed considerate and for selecting these kinds of useful
    ideas millions of individuals are really eager to
    learn about. My very own honest apologies for not expressing gratitude to you earlier.

    Also visit my web-site … https://prettypeople.club/index.php/blog/184050/how-to-raise-libido-of-males-best-natural-in-order-to-increase-your-desire

  63. http://shihan.com.ru says:

    A lot of thanks for all of the labor on this blog. Betty take interest in engaging in internet
    research and it’s really easy to understand why. I notice all of the lively method you convey very helpful ideas by means of this blog and therefore improve contribution from other people about this topic while our princess is now
    being taught so much. Enjoy the remaining portion of the year.
    You’re carrying out a really great job.[X-N-E-W-L-I-N-S-P-I-N-X]I’m really impressed with your writing talents as well as with the structure to your blog.
    Is this a paid topic or did you modify it yourself? Either way stay up the excellent quality
    writing, it is uncommon to see a nice blog like this one these days.

    Look at my web blog http://shihan.com.ru

  64. seed sprouts says:

    Hi there would you mind stating which blog platform you’re
    using? I’m looking to start my own blog in the near future
    but I’m having a hard time deciding between BlogEngine/Wordpress/B2evolution and Drupal.
    The reason I ask is because your design and style seems
    different then most blogs and I’m looking for something completely unique.
    P.S Sorry for getting off-topic but I had to ask!

    Here is my web blog :: seed sprouts

  65. seeds exist says:

    To follow up on the update of this subject matter on your
    website and want to let you know just how much I treasured
    the time you took to put together this valuable post. Within the post,
    you spoke of how to seriously handle this thing with all comfort.
    It would be my personal pleasure to get some more concepts
    from your web site and come up to offer other people what I discovered from you.
    Thank you for your usual good effort.

    Here is my blog; seeds exist

  66. boost libido says:

    I together with my friends ended up looking through the good things from your site
    and all of the sudden I had a terrible suspicion I never thanked the
    web blog owner for those tips. The guys came as a result
    joyful to learn all of them and have in effect sincerely been taking advantage of those things.
    Appreciate your being indeed accommodating and for deciding upon certain decent topics millions of individuals are really needing to discover.
    My honest apologies for not saying thanks to sooner.

    My web-site boost libido

  67. five diets says:

    Fantastic blog! Do you have any recommendations for aspiring writers?
    I’m hoping to start my own website soon but I’m a little
    lost on everything. Would you recommend starting with a free platform like
    Wordpress or go for a paid option? There are so many options
    out there that I’m totally confused .. Any ideas? Thanks!

    my blog post :: five diets

  68. sex tips for guys says:

    Hello there! I know this is kinda off topic nevertheless I’d figured I’d ask.
    Would you be interested in exchanging links or maybe guest authoring a blog post or vice-versa?
    My site goes over a lot of the same subjects
    as yours and I believe we could greatly benefit from each other.
    If you might be interested feel free to send me an email.
    I look forward to hearing from you! Awesome blog by the way!

    my web blog; sex tips for guys

  69. cannabis seeds exist says:

    My husband and i got quite cheerful that Jordan could round up his research from the precious recommendations he received through your weblog.
    It is now and again perplexing just to possibly be giving away solutions which often some others could have been selling.
    We already know we now have you to appreciate because of that.
    The most important explanations you’ve made, the simple website menu, the relationships your site
    help create – it is most extraordinary, and it’s leading our son in addition to our family know that that idea is thrilling, which
    is truly vital. Thanks for the whole thing!

    Also visit my web site: cannabis seeds exist

  70. www.consulenzaleonardo.com says:

    I precisely needed to thank you so much yet again.
    I am not sure what I would’ve gone through in the absence of the
    type of information provided by you regarding this theme.
    It had been the frightful case for me, nevertheless understanding your skilled way you managed it took me
    to cry for gladness. Now i am happier for your work and in addition have high hopes you really
    know what an amazing job your are carrying out instructing people today thru your
    web site. Most probably you’ve never encountered all of us.

    my webpage – http://www.consulenzaleonardo.com

  71. grow weed says:

    Greetings! I know this is kinda off topic however , I’d figured I’d ask.
    Would you be interested in trading links or maybe guest writing a blog post or vice-versa?
    My site discusses a lot of the same subjects as yours and I think we
    could greatly benefit from each other. If you happen to be interested feel free to shoot
    me an e-mail. I look forward to hearing from you! Awesome blog by the way!

    Look into my web-site … grow weed

  72. carb cycling diet says:

    Excellent goods from you, man. I have keep in mind your stuff prior to and you’re just extremely great.
    I really like what you’ve obtained right here, certainly like what you’re saying and the way in which by which you assert it.
    You make it entertaining and you still take care of to stay it wise.

    I cant wait to read much more from you. This is really a wonderful web site.

    my site; carb cycling diet

  73. focused diets says:

    Hello I am so grateful I found your website, I really found you by error, while I was browsing
    on Aol for something else, Anyhow I am here now
    and would just like to say thanks a lot for a marvelous post
    and a all round enjoyable blog (I also love the theme/design), I don?t have time to read through it all at the moment
    but I have bookmarked it and also included your RSS feeds, so when I have time I will be back to
    read a great deal more, Please do keep up the fantastic work.

    Feel free to surf to my homepage; focused diets

  74. Mobile Application says:

    Thank you for your entire efforts on this web page. My mom really likes making time for internet research and it is obvious why. I know all of the compelling tactic you offer functional tactics on your web site and strongly encourage response from other ones on this point then our own daughter is certainly becoming educated a lot of things. Take advantage of the rest of the new year. You are always doing a first class job. blog
    I always use url shortener
    It is very helpful.

  75. drug rehab centres says:

    Thank you so much for providing individuals with such a superb chance to read critical reviews from
    this site. It’s usually very sweet and also full of a good time for me personally and my
    office acquaintances to search the blog at minimum three times
    per week to read through the newest secrets you have.
    Of course, we are usually fascinated considering the eye-popping advice you serve.
    Certain 2 tips on this page are honestly the most suitable we have all ever
    had.

    my web site; drug rehab centres

  76. low carbohydrate says:

    Thanks so much for giving everyone such a wonderful possiblity to
    read critical reviews from this site. It is always so good
    and jam-packed with amusement for me personally and my office co-workers to visit your
    site on the least three times weekly to study the newest
    items you will have. Of course, I am at all times astounded concerning the dazzling
    thoughts served by you. Certain 2 facts on this page are essentially
    the very best we have all ever had.

    Take a look at my blog post: low carbohydrate

  77. Glenn says:

    Howdy just wanted to give you a quick heads up. The words in your content seem
    to be running off the screen in Internet explorer.
    I’m not sure if this is a format issue or something to do with internet browser compatibility but I thought I’d post to let you know.
    The design look great though! Hope you get the issue
    fixed soon. Many thanks

  78. Princess says:

    What i do not understood is in truth how you are now not really a lot more smartly-liked than you might be right now.
    You’re so intelligent. You recognize thus significantly relating to this subject, made
    me for my part consider it from numerous numerous
    angles. Its like women and men don’t seem to be involved except it is something to accomplish with Lady
    gaga! Your personal stuffs great. All the time care for it up!

  79. Tnt app says:

    I simply needed to thank you very much once again. I do not know what I would have followed in the absence of the entire advice shown by you about such area. This has been a very distressing problem in my view, however , encountering your specialized approach you processed that made me to weep over delight. Extremely happy for your information and even hope that you are aware of an amazing job you were accomplishing teaching the others all through your blog. More than likely you’ve never met all of us.

  80. Tntdrama activate says:

    I have to express my appreciation to this writer for bailing me out of this setting. As a result of researching throughout the online world and getting ideas that were not helpful, I thought my life was well over. Being alive minus the answers to the difficulties you have solved as a result of your entire review is a critical case, and those that might have badly affected my career if I hadn’t noticed your web site. Your actual knowledge and kindness in maneuvering every part was important. I don’t know what I would have done if I hadn’t come upon such a stuff like this. It’s possible to at this time relish my future. Thanks a lot so much for the high quality and effective help. I will not think twice to recommend your web blog to anybody who should have care about this subject matter.

  81. Aa inflight entertainment url says:

    I would like to voice my respect for your kind-heartedness supporting individuals who actually need guidance on in this niche. Your personal commitment to passing the solution all-around has been pretty informative and have consistently enabled employees like me to attain their endeavors. Your new valuable help and advice signifies a lot to me and much more to my office colleagues. Best wishes; from each one of us.

  82. Indigo credit card offer says:

    I would like to express my appreciation for your kindness for those people who should have assistance with this important issue. Your personal commitment to getting the solution around appears to be particularly significant and have surely allowed some individuals like me to get to their endeavors. Your new insightful key points means this much to me and a whole lot more to my peers. Thanks a lot; from each one of us.

  83. Www tntdrama com/activate says:

    Thanks for your whole labor on this website. My mom loves working on investigations and it’s really simple to grasp why. My spouse and i hear all of the lively ways you present practical items via your web site and as well as strongly encourage participation from other individuals about this concern and my princess has always been discovering a lot. Have fun with the rest of the year. You have been conducting a really good job.

  84. paramountnetwork com says:

    Have you ever considered about adding a little bit more than just your articles? I mean, what you say is fundamental and everything. Nevertheless think about if you added some great images or video clips to give your posts more, “pop”! Your content is excellent but with images and videos, this blog could certainly be one of the greatest in its field. Awesome blog!

  85. usbankrewardscard.com says:

    I wanted to type a small note to be able to appreciate you for these superb ways you are sharing here. My incredibly long internet investigation has finally been compensated with extremely good knowledge to go over with my guests. I ‘d believe that most of us website visitors are extremely endowed to dwell in a remarkable website with very many awesome people with interesting guidelines. I feel somewhat grateful to have seen your webpages and look forward to so many more excellent times reading here. Thank you once again for all the details.

  86. Vivien says:

    Howdy excellent blog! Does running a blog like this require a
    great deal of work? I’ve absolutely no knowledge of
    programming however I had been hoping to start my own blog soon. Anyway,
    should you have any recommendations or tips for new blog owners please share.
    I understand this is off topic but I just wanted to
    ask. Thanks!

  87. Visit says:

    Good day I am so thrilled I found your blog, I really found you by accident, while I was browsing on Askjeeve for something else, Regardless I am here now and would just like to say thank you for a fantastic post and a all round entertaining blog (I also love the theme/design), I dont have time to browse it all at the moment but I have book-marked it and also included your RSS feeds, so when I have time I will be back to read much more, Please do keep up the fantastic job.

  88. auto approve list says:

    First of all I want to say excellent blog! I had a quick question in which I’d like to ask if you do not
    mind. I was curious to know how you center yourself
    and clear your head before writing. I’ve had a tough time clearing my thoughts in getting my ideas out.
    I truly do enjoy writing but it just seems like the first 10 to 15 minutes
    tend to be lost just trying to figure out how to begin. Any
    suggestions or hints? Kudos!

  89. amex us magnetrsvp says:

    Very good blog you have here but I was wanting to know if you knew of any discussion boards that cover the same topics discussed here? I’d really love to be a part of online community where I can get feed-back from other experienced people that share the same interest. If you have any recommendations, please let me know. Bless you!

  90. Dixie says:

    Simply desire to say your article is as amazing. The clarity in your post is just great and i could assume you’re an expert on this subject. Fine with your permission let me to grab your feed to keep up to date with forthcoming post. Thanks a million and please continue the enjoyable work.

  91. mercurycards.com says:

    With havin so much content and articles do you ever run into any issues of plagorism or copyright violation? My blog has a lot of unique content I’ve either authored myself or outsourced but it appears a lot of it is popping it up all over the internet without my authorization. Do you know any techniques to help reduce content from being stolen? I’d really appreciate it.

  92. startwatch.own.tv/activate says:

    hey there and thank you for your information I have certainly picked up something new from right here. I did however expertise some technical points using this web site, as I experienced to reload the site many times previous to I could get it to load properly. I had been wondering if your hosting is OK? Not that I am complaining, but slow loading instances times will sometimes affect your placement in google and could damage your quality score if ads and marketing with Adwords. Well I am adding this RSS to my e-mail and could look out for a lot more of your respective intriguing content. Ensure that you update this again soon..

  93. Skye says:

    Howdy very nice site!! Guy .. Excellent .. Wonderful ..
    I will bookmark your website and take the feeds additionally?
    I’m satisfied to search out numerous useful info here in the submit,
    we’d like develop more techniques in this regard, thanks for sharing.
    . . . . .

  94. Thalia Kruse says:

    Hi

    I found brilliantpy.com on https://facebook.com/BrilliantPy

    My name is Thalia Kruse and I am the affiliate manager at justcbdstore.uk

    I am writing to invite brilliantpy.com to join JustCBD UK Affiliate Program.

    Unlock a steady stream of income by participating as an official affiliate with us. Our affiliates make 10% to 20% commission on each successful sale they refer to us. Each and every sale you refer is track and attributed to you, even if the visitor leaves and completes the sale at a later date. We make sure to meet and exceed industry averages on sales commissions.

    For more information and join the JustDelta Store Affiliate Program, visit https://justcbdstore.uk/affiliate-info-justcbduk/

    We look forward to seeing you onboard.

    Warm Regards
    Thalia Kruse
    Great Britain, NA, Merry Hill, Wd2 6py, 6 Winchester Rd, 077 1364 2948

  95. Pingback: Google

  96. Josefa says:

    Thanks for a marvelous posting! I genuinely enjoyed reading it, you might be a
    great author.I will ensure that I bookmark your
    blog and will often come back in the foreseeable future.
    I want to encourage you to ultimately continue your great job, have a nice afternoon!

  97. zoritoler imol says:

    I loved as much as you will receive carried out right here. The sketch is tasteful, your authored material stylish. nonetheless, you command get got an nervousness over that you wish be delivering the following. unwell unquestionably come further formerly again since exactly the same nearly a lot often inside case you shield this increase.

  98. blog says:

    Attractive section of content. I jusst stumbled upo your web sjte aand in accesion caoital to asseert that I gett actually enjjoyed acccount youhr boog posts.
    Any way I’ll bee subscribing to your feeeds annd even I achievemernt yoou accesss consisatently fast.

  99. Europa-Road nemzetközi szállítmányozás says:

    With havin so much content and articles do you ever run into any problems of plagorism or copyright infringement? My site has a lot of completely unique content I’ve either authored myself or outsourced but it appears a lot of it is popping it up all over the internet without my agreement. Do you know any techniques to help stop content from being ripped off? I’d really appreciate it.

  100. 011 says:

    Its like you read my mind! Yoou appear tto know sso much
    about this, lijke you wrote the ook in itt orr something.

    I thyink tgat you cojld do with some pics too driive thhe message home
    a liittle bit, buut instead off that, this is great blog.
    A fantastic read. I will certasinly bee back.

ใส่ความเห็น

อีเมลของคุณจะไม่แสดงให้คนอื่นเห็น ช่องข้อมูลจำเป็นถูกทำเครื่องหมาย *