/    Sign up×
Community /Pin to ProfileBookmark

need help with this please

i understand that most email forms don’t work right and i am new to this coding and need to be to send all of this form in an email including the comments text area. what is missing from this form script to be able to do what i need it to do? also the input tags are missing required attributes and comes up as a error on the browser check using dreamweaver 2004 mx

<form action=”mailto:[email protected]” method=”get” enctype= “text/plain”>
<table border=”0″ cellpadding=”8″ cellspacing=”8″ summary=”feedback form”>
<tr><td><label for=”name”>Name</label>:</td><td><input type=”text” name=”name” id=”name” size=”25″ /></td></tr>
<tr><td><label for=”email”>Email address</label>:</td><td><input type=”text” id=”email” name=”email” size=”25″ /></td></tr>
<tr>
<td colspan=”2″>
<label for=”comments”>Comments</label><br />
<textarea rows=”15″ cols=”45″ name=”comments” id=”comments” ></textarea>
</td>
</tr>
<tr>
<td align=”center” colspan=”2″>
<input type=”submit” value=”Send Feedback” /><input type=”reset” />
<br /></td>
</tr>
</table>
</form>
it goes to the default email page and wants to compose an email with the right email address to send to but none of the comments are included. i need all of the comments with the form in an email to be directed to the email address provided above.

to post a comment
PHP

33 Comments(s)

Copy linkTweet thisAlerts:
@Major_PayneDec 09.2008 — Use a server-side contact form and save your visitor's from having their email program called up.

CHFEEDBACK.PHP Feedback Form PHP Script

Just follow the easy instructions on the site as you fill in the information required. Even includes a Thank You page. Using this will insure you get the comments.
Copy linkTweet thisAlerts:
@Not_So_SmartauthorDec 09.2008 — :eek:the problem is this is going to be a ecommerce site for avionic products and i think i am in over my head with this. i am good a making templates but not good at coding them. can i send the page to u to look at in dreamweaver the entire code for the page is available. simple html's i can do but when u add comment forms to them i become bald and need more rogaine. i have tried that script before it did not work for me.:eek:
Copy linkTweet thisAlerts:
@Major_PayneDec 10.2008 — Possibly you might want to look into a Content Management System or sever of the eCommerce packages available. Normally, any good hosting site has these apps provided in their Control Panel as part of the hosting package.

CMS:

http://www.pligg.com/

http://opensourcecms.com/

An aside:

Love Avionics. Was a Field Engineer for Collins Radio for years. Ran an Avionics shop at San Antonio International Airport and worked for Piper Aircraft. Really miss it. Especially the test flights in all sorts of aircraft.
Copy linkTweet thisAlerts:
@Not_So_SmartauthorDec 10.2008 — here are a couple of sites i have done for this company and these are original designs done by myself

www.bayair.com and www.spflying.com

and now they are requesting an ecommerce site that they want to host on their existing web host service. i called fdn.com who now is running both those sites and asked if they could handle an ecommerce site and was told as long as it does not require a data base they could handle it so now this has complicated the matter even more cause i now have to find a hosting site or set up apache with mysql and php5 that can handle a database. i have to be totally honest with you i am not a coder and working with a php based software would boggle my brain to no end. i am on a deadline with my back against the wall. this service i provide for them gets me my ratings i need for my license at minimal charge. i have been at this web stuff for only 2 years and never took a class in it. kind of a person who learns from boo boos. so if there is any way you can help me i would really appreciate it i am not looking for something for nothing. if i have to pay for the service then so be it as long as everyone is totally happy and satisfied with the outcome of it.
Copy linkTweet thisAlerts:
@Major_PayneDec 10.2008 — Your biggest hangup is you will need a database. Possibly more than one. If your clients insist on staying with the current hosting site with no database, it's going to make setting up a good eCommerce site difficult. Especially keeping track of products, updating with new products, PayPal/Credit card accounts, secure pay on line, etc..

I am in a move status right now, but I'm sure others reading this thread will have some good suggestions. If you can move to a better hosting service, everything you need to set up can be done through the Control Panel.
Copy linkTweet thisAlerts:
@javawebdogDec 10.2008 — change the method in the form from "get" to "post"

eComm without a db? or CMS? be honest with your sponsor, tell them that what they want with what they have is unrealistic and without the proper tools and techniques it will devolve into 're-inventing the wheel' which is ALWAYS many times more expense, less powerful and irrational.
Copy linkTweet thisAlerts:
@Not_So_SmartauthorDec 10.2008 — ok we have all come to the conclusion that using his own server and hosting his site himself would be best for him using xammp which has apache, mysql, php, an ftp and mail service. then he can handle his own database and change anything he needs to from the server. thanks for the advise and assistance.
Copy linkTweet thisAlerts:
@hdmyg8586Dec 11.2008 — I found that connector you were looking for

Cindy, is this the thing you were looking for?

www.liangdianup.com/computeraccessories_1.htm

It's on the list of computer accessories and parts. They have the DVI video thing to convert that jap monitor to work with your other computer. Just about any other kind of wire adaptor, usb connectors, monitor extension wires, ps2 extention wires, and all kinds of female and male swap connectors and things that I think would help your shop. If that above link don't work then goto www.lducompany.com and click on computer accessories. Let me know if that is what you need and give me your email address again.
Copy linkTweet thisAlerts:
@Not_So_SmartauthorDec 13.2008 — it does not work. i have tested this till i am blue in the face and fire spitting from my ears.



<form action="http://www.stpeteavionics.com/mailer.php" method="post">

<p>

<input type="hidden" name="form_email" value="[email protected]" /><br />

<input type="hidden" name="form_thankyou" value="http://www.stpeteavionics.com/THANKYOUPAGE.HTML" /><br />

<form name="comments" method="post" action="url">

<table width="455 height=327" border="0">

<tr>

<td width="180" height="43" class="style12"><label>Your Name</label>

: </td>

<td width="265"><input name="yourname" type="text" size="30" maxlength="50"></td>

</tr>

<tr>

<td height="29"><label>Email</label>

Address:</td>

<td><input name="email" type="text" size="30" maxlength="50"></td>

</tr>

<tr>

<td height="32">Comments</td>

<td>&nbsp;</td>

</tr>

<tr>

<td>&nbsp;</td>

<td><textarea name="comments" cols="40" rows="10"></textarea></td>

</tr>

<tr>

<td>&nbsp;</td>

<td><input type="submit" name="Submit" value="Send"></td>

</tr>

</table>

</form>

</div>

it does not send the email from the form
Copy linkTweet thisAlerts:
@FangDec 13.2008 — There are 2 opening form tags and no closing form tag.

The same problem is also on your site in contact_us.htm

Validate: http://validator.w3.org/
Copy linkTweet thisAlerts:
@Not_So_SmartauthorDec 13.2008 — what do i need to do to fix this though so it works. i am not a coder so i am totally stumped with this stuff
Copy linkTweet thisAlerts:
@FangDec 13.2008 — &lt;form name="comments" action="http://www.stpeteavionics.com/mailer.php" method="post"&gt;
&lt;p&gt;
&lt;input type="hidden" name="form_email" value="[email protected]"&gt;
&lt;input type="hidden" name="form_thankyou" value="http://www.stpeteavionics.com/THANKYOUPAGE.HTML"&gt;
&lt;/p&gt;
&lt;table width="455" height="327" border="0"&gt;
&lt;tr&gt;
&lt;td width="180" height="43" class="style12"&gt;&lt;label&gt;Your Name&lt;/label&gt;
: &lt;/td&gt;
&lt;td width="265"&gt;&lt;input name="yourname" type="text" size="30" maxlength="50"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td height="29"&gt;&lt;label&gt;Email&lt;/label&gt;
Address:&lt;/td&gt;
&lt;td&gt;&lt;input name="email" type="text" size="30" maxlength="50"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td height="32"&gt;Comments&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&lt;textarea name="comments" cols="40" rows="10"&gt;&lt;/textarea&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&lt;input type="submit" name="Submit" value="Send"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/form&gt;
Copy linkTweet thisAlerts:
@Not_So_SmartauthorDec 13.2008 — thank you i will try this. btw if you ever get to tampa and want a free trip to the bahamas get in touch with me before coming i will fly u there personally
Copy linkTweet thisAlerts:
@Not_So_SmartauthorDec 13.2008 — have no idea what that is all about HD and my name is not cindy
Copy linkTweet thisAlerts:
@Not_So_SmartauthorDec 16.2008 — ok after rethinking this contact form and doing some extensive reading i tried the suggestions buy computer pete listed here. the problem i am running into is it starts to send the form but hangs 50&#37; of the way thru the process. the mailer.php is in the root directory.

<form name="comments" action="http://www.stpeteavionics.com/mailer.php" method="post">

<p>

<input type="hidden" name="form_email" value="[email protected]">

<input type="hidden" name="form_thankyou" value="www.stpeteavionics.com/thank_you.htm">

</p>

<table width="455 height=327" border="0">

<tr>

<td width="180" height="43" class="style12"><label>Your Name</label>

: </td>

<td width="265"><input name="yourname" type="text" size="30" maxlength="50"></td>

</tr>

<tr>

<td height="29"><label>Email</label>

Address:</td>

<td><input name="email" type="text" size="30" maxlength="50"></td>

</tr>

<tr>

<td height="32">Comments</td>

<td>&nbsp;</td>

</tr>

<tr>

<td>&nbsp;</td>

<td><textarea name="comments" cols="40" rows="10"></textarea></td>

</tr>

<tr>

<td>&nbsp;</td>

<td><p>

<input type="submit" name="Submit" value="Send">

</p>

<p align="left">If you would like to schedule an appointment for service or repair, please give your phone number, type of aircraft, tail number, and service requested. One of our technicians will contact you within 24 hours of receipt of this message. </p></td>

</tr>

</table>

</form>

what am i doing wrong here?


<?PHP

#######################################################

# This script is Copyright 2003, Infinity Web Design #


# Distributed by http://www.webdevfaqs.com #


# Written by Ryan Brill #


# All Rights Reserved - Do not remove this notice #


#######################################################

## The lines below need to be edited...



###################### Set up the following variables ######################

#


$to = "[email protected]"; #set address to send form to

$subject = "Results from your Request Info form"; #set the subject line

$headers = "From: Form Mailer"; #set the from address, or any other headers

$forward = 1; # redirect? 1 : yes || 0 : no

$location = "thank_you.htm"; #set page to redirect to, if 1 is above

#


##################### No need to edit below this line ######################

## set up the time ##



$date = date ("l, F jS, Y");

$time = date ("h:i A");

## mail the message ##



$msg = "Below is the result of your feedback form. It was submitted on $date at $time.nn";

if ($_SERVER['REQUEST_METHOD'] == "POST") {

foreach ($_
POST as $key => $value) {

$msg .= ucfirst ($key) ." : ". $value . "n";

}

}

else {

foreach ($_GET as $key => $value) {

$msg .= ucfirst ($key) ." : ". $value . "n";

}

}

mail($to, $subject, $msg, $headers);

if ($forward == 1) {

header ("Location:$location");

}

else {

echo "Thank you for submitting our form. We will get back to you as soon as possible.";

}

?>
Copy linkTweet thisAlerts:
@Not_So_SmartauthorDec 16.2008 — ok after rethinking this contact form and doing some extensive reading i tried the suggestions buy computer pete listed here. the problem i am running into is it starts to send the form but hangs 50% of the way thru the process. the mailer.php is in the root directory.

<form name="comments" action="http://www.stpeteavionics.com/mailer.php" method="post">

<p>

<input type="hidden" name="form_email" value="[email protected]">

<input type="hidden" name="form_thankyou" value="www.stpeteavionics.com/thank_you.htm">

</p>

<table width="455 height=327" border="0">

<tr>

<td width="180" height="43" class="style12"><label>Your Name</label>

: </td>

<td width="265"><input name="yourname" type="text" size="30" maxlength="50"></td>

</tr>

<tr>

<td height="29"><label>Email</label>

Address:</td>

<td><input name="email" type="text" size="30" maxlength="50"></td>

</tr>

<tr>

<td height="32">Comments</td>

<td>&nbsp;</td>

</tr>

<tr>

<td>&nbsp;</td>

<td><textarea name="comments" cols="40" rows="10"></textarea></td>

</tr>

<tr>

<td>&nbsp;</td>

<td><p>

<input type="submit" name="Submit" value="Send">

</p>

<p align="left">If you would like to schedule an appointment for service or repair, please give your phone number, type of aircraft, tail number, and service requested. One of our technicians will contact you within 24 hours of receipt of this message. </p></td>

</tr>

</table>

</form>

what am i doing wrong here?


<?PHP

#######################################################

# This script is Copyright 2003, Infinity Web Design #


# Distributed by http://www.webdevfaqs.com #


# Written by Ryan Brill #


# All Rights Reserved - Do not remove this notice #


#######################################################

## The lines below need to be edited...



###################### Set up the following variables ######################

#


$to = "[email protected]"; #set address to send form to

$subject = "Results from your Request Info form"; #set the subject line

$headers = "From: Form Mailer"; #set the from address, or any other headers

$forward = 1; # redirect? 1 : yes || 0 : no

$location = "thank_you.htm"; #set page to redirect to, if 1 is above

#


##################### No need to edit below this line ######################

## set up the time ##



$date = date ("l, F jS, Y");

$time = date ("h:i A");

## mail the message ##



$msg = "Below is the result of your feedback form. It was submitted on $date at $time.nn";

if ($_SERVER['REQUEST_METHOD'] == "POST") {

foreach ($_
POST as $key => $value) {

$msg .= ucfirst ($key) ." : ". $value . "n";

}

}

else {

foreach ($_GET as $key => $value) {

$msg .= ucfirst ($key) ." : ". $value . "n";

}

}

mail($to, $subject, $msg, $headers);

if ($forward == 1) {

header ("Location:$location");

}

else {

echo "Thank you for submitting our form. We will get back to you as soon as possible.";

}

?>
Copy linkTweet thisAlerts:
@Not_So_SmartauthorDec 16.2008 — ok after rethinking this contact form and doing some extensive reading i tried the suggestions buy computer pete listed here. the problem i am running into is it starts to send the form but hangs 50% of the way thru the process. then does not send anything. the mailer.php is in the root directory.

<form name="comments" action="http://www.stpeteavionics.com/mailer.php" method="post">

<p>

<input type="hidden" name="form_email" value="[email protected]">

<input type="hidden" name="form_thankyou" value="www.stpeteavionics.com/thank_you.htm">

</p>

<table width="455 height=327" border="0">

<tr>

<td width="180" height="43" class="style12"><label>Your Name</label>

: </td>

<td width="265"><input name="yourname" type="text" size="30" maxlength="50"></td>

</tr>

<tr>

<td height="29"><label>Email</label>

Address:</td>

<td><input name="email" type="text" size="30" maxlength="50"></td>

</tr>

<tr>

<td height="32">Comments</td>

<td>&nbsp;</td>

</tr>

<tr>

<td>&nbsp;</td>

<td><textarea name="comments" cols="40" rows="10"></textarea></td>

</tr>

<tr>

<td>&nbsp;</td>

<td><p>

<input type="submit" name="Submit" value="Send">

</p>

<p align="left">If you would like to schedule an appointment for service or repair, please give your phone number, type of aircraft, tail number, and service requested. One of our technicians will contact you within 24 hours of receipt of this message. </p></td>

</tr>

</table>

</form>

what am i doing wrong here?


<?PHP

#######################################################

# This script is Copyright 2003, Infinity Web Design #


# Distributed by http://www.webdevfaqs.com #


# Written by Ryan Brill #


# All Rights Reserved - Do not remove this notice #


#######################################################

## The lines below need to be edited...



###################### Set up the following variables ######################

#


$to = "[email protected]"; #set address to send form to

$subject = "Results from your Request Info form"; #set the subject line

$headers = "From: Form Mailer"; #set the from address, or any other headers

$forward = 1; # redirect? 1 : yes || 0 : no

$location = "thank_you.htm"; #set page to redirect to, if 1 is above

#


##################### No need to edit below this line ######################

## set up the time ##



$date = date ("l, F jS, Y");

$time = date ("h:i A");

## mail the message ##



$msg = "Below is the result of your feedback form. It was submitted on $date at $time.nn";

if ($_SERVER['REQUEST_METHOD'] == "POST") {

foreach ($_
POST as $key => $value) {

$msg .= ucfirst ($key) ." : ". $value . "n";

}

}

else {

foreach ($_GET as $key => $value) {

$msg .= ucfirst ($key) ." : ". $value . "n";

}

}

mail($to, $subject, $msg, $headers);

if ($forward == 1) {

header ("Location:$location");

}

else {

echo "Thank you for submitting our form. We will get back to you as soon as possible.";

}

?>
Copy linkTweet thisAlerts:
@TheBearMayDec 16.2008 — Merged all four threads that you started on this problem......:mad:
Copy linkTweet thisAlerts:
@Not_So_SmartauthorDec 16.2008 — thanks. have you ever come to a brickwall and tried to move it with a tack hammer? that is the way i am starting to feel about this form problem
Copy linkTweet thisAlerts:
@TheBearMayDec 17.2008 — Just for the sake of argument what does your PHP error log say?
Copy linkTweet thisAlerts:
@Not_So_SmartauthorDec 17.2008 — it's blank ?
Copy linkTweet thisAlerts:
@KyrikDec 17.2008 — I know how you feel. I'm by now means a PHP whiz, and sometimes the mere thought of making a PHP script boggles my mind. However I think that I can help. We will take this one step at a time. In order to have eCommerce you WILL need a database. Do you have a host who can provide a database with PHP 4?
Copy linkTweet thisAlerts:
@Not_So_SmartauthorDec 17.2008 — yea me i host my own sites using xampp which has mysql, phpadmin, a mailserver, apache server, and filezilla an ftp server all in one package. this site is running from it www.stpeteavionics.com
Copy linkTweet thisAlerts:
@KyrikDec 17.2008 — I like this site, really impressive. Well I think so anyways. ?

Back to business. Try using this: [B](NOTE: Save this file as mail.php and be sure to change the "[email protected]" to your e-mail address)[/B]
[code=php]<?php

/* All form fields are automatically passed to the PHP script through the array $HTTP_POST_VARS. */
$email = $HTTP_POST_VARS['email'];
$subject = $HTTP_POST_VARS['subject'];
$message = $HTTP_POST_VARS['message'];

/* PHP form validation: the script checks that the Email field contains a valid email address and the Subject field isn't empty. preg_match performs a regular expression match. It's a very powerful PHP function to validate form fields and other strings - see PHP manual for details. */
if (!preg_match("/w+([-+.]w+)*@w+([-.]w+)*.w+([-.]w+)*/", $email)) {
echo "Sorry you did not add a correct e-mail. <br>";
echo "<a href='javascript:history.back(1);'>Back</a>";
} elseif ($subject == "") {
echo "Sorry you did not add a subject. <br>";
echo "<a href='javascript:history.back(1);'>Back</a>";
}

/* Sends the mail and outputs the "Thank you" string if the mail is successfully sent, or the error string otherwise. */
elseif (mail("[email protected]",$subject,$message,"From: $email")) {
echo "Thank you for sending your feedback.";
} else {
echo "Sorry $email we can not send form.";
}
?>[/code]

Now use this form: [B](NOTE: Save this file as contect.html)[/B]
[code=html]<form action="mail.php" method="POST">
<p>Your e-mail:<br>
<input type="text" name="email" size="40"></p>
<p>Subject:<br>
<input type="text" name="subject" size="40"></p>
<p>Message:<br>
<textarea cols="40" rows="10" name="message"></textarea></p>
<p align="center"><input type="submit" value="Send"></p>
</form>[/code]

This form will send the data inputted from the user the the following PHP script in mail.php. Afterwards the data goes through several checks to see if the data is correct, and finally, if the data is correct, than you receive the user's comment in a nice -email. Also, do you have osCommerce? If not than I advise you to get it. It makes having an online store easy, reliable, and fast.
Copy linkTweet thisAlerts:
@Not_So_SmartauthorDec 18.2008 — to be honest with you this started out to be a simple html format then i started asking questions ....silly me .....now they want an online store i have been looking at several software packages was even sent one to beta test but it is useless. I am very limited as to what to spend on this site squeaking pockets on the client side. but thank you for the suggestion and help.
Copy linkTweet thisAlerts:
@KyrikDec 18.2008 — Oh you're welcome. Was the script what you was looking for?
Copy linkTweet thisAlerts:
@Not_So_SmartauthorDec 18.2008 — one thing i have noticed though is no one has mentioned what part goes where. Some of us newbies to php are totally lost with it. So a step by step instruction could help also.
Copy linkTweet thisAlerts:
@KyrikDec 18.2008 — Well I thought I made my script as self-explanatory as possible, but maybe I didn't. What part of my script do you not understand?
Copy linkTweet thisAlerts:
@Not_So_SmartauthorDec 18.2008 — it is not your script that is confusing it is the process of making it work the way it is suppose to. my server now will not allow any scripts to connect with it like wordpress i regret not going to college for this stuff but i am a hands on learner show me once and i am good to go kind of person
Copy linkTweet thisAlerts:
@KyrikDec 18.2008 — HAHA! It can be frustrating at times, but that's how you learn - through trial and error. However, you don't need to go to college to learn HTML or PHP. I'm only 16 and I have some thought process of how PHP works. I'm no genius, but I do know how I can help you. Go to PHP.net and look through their tutorials and basic stuff. You can also search on Google, too. That's how I learned and that is how I'm still learning. Best of all, it's totally free...no college necessary. I know you are short on time, but you have to crawl before you walk, and what you are trying to do is run. Just give yourself some time and teach yourself how PHP works.
Copy linkTweet thisAlerts:
@Not_So_SmartauthorDec 18.2008 — that is just it i am not a book worm and at 56 my eyes get buggy fast. take your hands and point it and explain it and i will be there to do it the next time around. besides i have enough to keep up with for my pilot's license. reading that is. i'm old sorry
Copy linkTweet thisAlerts:
@KyrikDec 18.2008 — You can't teach an old dog new tricks I suppose, but if you do need help than you at the right place. Just ask and you will receive. Oh, and you can always get a programmer to do the coding for you.
Copy linkTweet thisAlerts:
@Not_So_SmartauthorDec 18.2008 — i said i was old not dead.

anyway this is how i want the form to look.

<style type="text/css">

<!--

.style1 {font-size: small}

-->

</style>

<form action="mail.php" method="POST">

<p>Your Name:<br>

<input type="text" name="name" size="40"></p>

<p>Email:<br>

<input type="text" name="email" size="40"></p>

<p>Comments:<br>

<textarea cols="40" rows="10" name="comments"></textarea></p>

<p align="left">

<input type="submit" name="Post" value="Send">

</p>

</form>

Now how do i make that work with this? and what tags do i need to attach to the send button to make it work

<?php

/* All form fields are automatically passed to the PHP script through the array $HTTP_POST_VARS. */
$name = $HTTP_POST_VARS['name'];
$email = $HTTP_POST_VARS['email'];
$comments = $HTTP_POST_VARS['comments'];

/* PHP form validation: the script checks that the Email field contains a valid email address and the Subject field isn't empty. preg_match performs a regular expression match. It's a very powerful PHP function to validate form fields and other strings - see PHP manual for details. */
if (!preg_match("/w+([-+.]w+)*@w+([-.]w+)*.w+([-.]w+)*/", $email)) {
echo "Sorry you did not add a correct e-mail. <br>";
echo "<a href='javascript:history.back(1);'>Back</a>";
} elseif ($comments == "") {
echo "Sorry you did not add a any comments. <br>";
echo "<a href='javascript:history.back(1);'>Back</a>";
}

/* Sends the mail and outputs the "Thank you" string if the mail is successfully sent, or the error string otherwise. */
elseif (mail("[email protected]",$email,$comments,"From: $email")) {
echo "Thank you for sending your Comments. Someone will get back to you within 24 hours";
} else {
echo "Sorry $email we can not send form.";
}
?>
×

Success!

Help @Not_So_Smart spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.19,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...