volkanunsal / ndwa

Contract builder for National Domestic Workers Alliance
http://volkanunsal.github.io/ndwa
0 stars 1 forks source link

Where does the info from the PARTIES page go? Are we collecting the info given on this page or not? If not, can we link the email field to MailChimp so we can collect? #4

Closed volkanunsal closed 9 years ago

volkanunsal commented 9 years ago
<!-- Begin MailChimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/classic-081711.css" rel="stylesheet" type="text/css">
<style type="text/css">
    #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
    /* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
       We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id="mc_embed_signup">
<form action="//faircarelabs.us10.list-manage.com/subscribe/post?u=f3b783ea318f65caedd6046b9&amp;id=b530fb0fd6" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
    <div id="mc_embed_signup_scroll">

<div class="mc-field-group">
    <label for="mce-EMAIL">Email Address </label>
    <input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
    <div id="mce-responses" class="clear">
        <div class="response" id="mce-error-response" style="display:none"></div>
        <div class="response" id="mce-success-response" style="display:none"></div>
    </div>    <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
    <div style="position: absolute; left: -5000px;"><input type="text" name="b_f3b783ea318f65caedd6046b9_b530fb0fd6" tabindex="-1" value=""></div>
    <div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
    </div>
</form>
</div>
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
<!--End mc_embed_signup-->

Here is the code for the Employees:

<!-- Begin MailChimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/classic-081711.css" rel="stylesheet" type="text/css">
<style type="text/css">
    #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
    /* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
       We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id="mc_embed_signup">
<form action="//faircarelabs.us10.list-manage.com/subscribe/post?u=f3b783ea318f65caedd6046b9&amp;id=5d4c80eca5" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
    <div id="mc_embed_signup_scroll">

<div class="mc-field-group">
    <label for="mce-EMAIL">Email Address </label>
    <input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
    <div id="mce-responses" class="clear">
        <div class="response" id="mce-error-response" style="display:none"></div>
        <div class="response" id="mce-success-response" style="display:none"></div>
    </div>    <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
    <div style="position: absolute; left: -5000px;"><input type="text" name="b_f3b783ea318f65caedd6046b9_5d4c80eca5" tabindex="-1" value=""></div>
    <div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
    </div>
</form>
</div>
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
<!--End mc_embed_signup-->
volkanunsal commented 9 years ago

@alixfcl Can you reply with your Mailchimp API key?

http://kb.mailchimp.com/accounts/management/about-api-keys

alixfcl commented 9 years ago

you got it: b21a53162d9dfcc27001f0041bbbe34a-us10

On Mon, Jun 22, 2015 at 5:01 PM, Volkan Unsal notifications@github.com wrote:

@alixfcl https://github.com/alixfcl Can you reply with your Mailchimp API key?

http://kb.mailchimp.com/accounts/management/about-api-keys

— Reply to this email directly or view it on GitHub https://github.com/volkanunsal/ndwa/issues/4#issuecomment-114260979.


Alix Ford

Fair Care Labs http://www.faircarelabs.org/

alix@faircarelabs.org P. 917.513.7051

volkanunsal commented 9 years ago

Thanks!

volkanunsal commented 9 years ago

@alixfcl I need a couple of more things. Can you please create a new mailing list and add these fields: name, address, phone. Then can you send me the list_id please? Thanks.

volkanunsal commented 9 years ago

Sorry, I forgot that there is another field: user_type.

alixfcl commented 9 years ago

does this need to be an embedded form?

On Mon, Jun 22, 2015 at 6:23 PM, Volkan Unsal notifications@github.com wrote:

Sorry, I forgot that there is another field: user_type.

— Reply to this email directly or view it on GitHub https://github.com/volkanunsal/ndwa/issues/4#issuecomment-114285701.


Alix Ford

Fair Care Labs http://www.faircarelabs.org/

alix@faircarelabs.org P. 917.513.7051

alixfcl commented 9 years ago

hopefully this works:

<link href="//cdn-images.mailchimp.com/embedcode/classic-081711.css" rel="stylesheet" type="text/css">

On Tue, Jun 23, 2015 at 11:14 AM, Alix Ford alix@faircarelabs.org wrote: > does this need to be an embedded form? > > On Mon, Jun 22, 2015 at 6:23 PM, Volkan Unsal notifications@github.com > wrote: > > > Sorry, I forgot that there is another field: user_type. > > > > — > > Reply to this email directly or view it on GitHub > > https://github.com/volkanunsal/ndwa/issues/4#issuecomment-114285701. > > ## > > --- > > Alix Ford > > Fair Care Labs http://www.faircarelabs.org/ > > alix@faircarelabs.org > P. 917.513.7051 ## --- Alix Ford Fair Care Labs http://www.faircarelabs.org/ alix@faircarelabs.org P. 917.513.7051
volkanunsal commented 9 years ago

Can you make the address a plain text field? There is too much structure in that field. Actually, if you give me access to your mailchimp account, it might be easier for me to check if it's working.

alixfcl commented 9 years ago

I can do that. Check this and see if it works. If not, I'll be happy to give you access.

<link href="//cdn-images.mailchimp.com/embedcode/classic-081711.css" rel="stylesheet" type="text/css">

Subscribe to our mailing list

* indicates required
On Tue, Jun 23, 2015 at 2:21 PM, Volkan Unsal notifications@github.com wrote: > Can you make the address a plain text field? There is too much structure > in that field. Actually, if you give me access to your mailchimp account, > it might be easier for me to check if it's working. > > — > Reply to this email directly or view it on GitHub > https://github.com/volkanunsal/ndwa/issues/4#issuecomment-114597423. ## --- Alix Ford Fair Care Labs http://www.faircarelabs.org/ alix@faircarelabs.org P. 917.513.7051
volkanunsal commented 9 years ago

I don't think Mailchimp is going to let me do this. We can't embed their form inside our own, and we can't send the data to them in the backend, either –– it turns out. That means I need to setup a database backend for this to collect this data, which is going to extend the scope of the project.

alixfcl commented 9 years ago

can we feed the info from these fields into a google form or an excel spreadsheet? then we can sort and manage the info on our end and feed it in to mailchimp.

On Tue, Jun 23, 2015 at 2:43 PM, Volkan Unsal notifications@github.com wrote:

I don't think Mailchimp is going to let me do this. We can't embed their form inside our own, and we can't send the data to them in the backend, either –– it turns out. That means I need to setup a database backend for this to collect this data, which is going to extend the scope of the project.

— Reply to this email directly or view it on GitHub https://github.com/volkanunsal/ndwa/issues/4#issuecomment-114604039.


Alix Ford

Fair Care Labs http://www.faircarelabs.org/

alix@faircarelabs.org P. 917.513.7051

volkanunsal commented 9 years ago

That was the idea I had but it's not secure. The API key would be out in the open and the data fully accessible to all.

On Wednesday, June 24, 2015, alixfcl notifications@github.com wrote:

can we feed the info from these fields into a google form or an excel spreadsheet? then we can sort and manage the info on our end and feed it in to mailchimp.

On Tue, Jun 23, 2015 at 2:43 PM, Volkan Unsal <notifications@github.com javascript:_e(%7B%7D,'cvml','notifications@github.com');> wrote:

I don't think Mailchimp is going to let me do this. We can't embed their form inside our own, and we can't send the data to them in the backend, either –– it turns out. That means I need to setup a database backend for this to collect this data, which is going to extend the scope of the project.

— Reply to this email directly or view it on GitHub https://github.com/volkanunsal/ndwa/issues/4#issuecomment-114604039.


Alix Ford

Fair Care Labs http://www.faircarelabs.org/

alix@faircarelabs.org javascript:_e(%7B%7D,'cvml','alix@faircarelabs.org'); P. 917.513.7051

— Reply to this email directly or view it on GitHub https://github.com/volkanunsal/ndwa/issues/4#issuecomment-114910740.

Volkan Unsal web and mobile development volkanunsal.com

alixfcl commented 9 years ago

blah.... can we use only the email and name and zip code fields from the parties page (which we are using in 2 other places?) and not worry about the other fields? (i am guessing no, but worth asking)

On Wed, Jun 24, 2015 at 11:38 AM, Volkan Unsal notifications@github.com wrote:

That was the idea I had but it's not secure. The API key would be out in the open and the data fully accessible to all.

On Wednesday, June 24, 2015, alixfcl notifications@github.com wrote:

can we feed the info from these fields into a google form or an excel spreadsheet? then we can sort and manage the info on our end and feed it in to mailchimp.

On Tue, Jun 23, 2015 at 2:43 PM, Volkan Unsal <notifications@github.com javascript:_e(%7B%7D,'cvml','notifications@github.com');> wrote:

I don't think Mailchimp is going to let me do this. We can't embed their form inside our own, and we can't send the data to them in the backend, either –– it turns out. That means I need to setup a database backend for this to collect this data, which is going to extend the scope of the project.

— Reply to this email directly or view it on GitHub https://github.com/volkanunsal/ndwa/issues/4#issuecomment-114604039.


Alix Ford

Fair Care Labs http://www.faircarelabs.org/

alix@faircarelabs.org javascript:_e(%7B%7D,'cvml','alix@faircarelabs.org'); P. 917.513.7051

— Reply to this email directly or view it on GitHub https://github.com/volkanunsal/ndwa/issues/4#issuecomment-114910740.

Volkan Unsal web and mobile development volkanunsal.com

— Reply to this email directly or view it on GitHub https://github.com/volkanunsal/ndwa/issues/4#issuecomment-114914505.


Alix Ford

Fair Care Labs http://www.faircarelabs.org/

alix@faircarelabs.org P. 917.513.7051

gaiafcl commented 9 years ago

like this:

gaïa orain

Design Strategist

Fair Care Labs http://www.faircarelabs.org/ | National Domestic Workers Alliance http://www.domesticworkers.org/

gaia@faircarelabs.org | P: 347.314.2174

On Wed, Jun 24, 2015 at 11:49 AM, alixfcl notifications@github.com wrote:

blah.... can we use only the email and name and zip code fields from the parties page (which we are using in 2 other places?) and not worry about the other fields? (i am guessing no, but worth asking)

On Wed, Jun 24, 2015 at 11:38 AM, Volkan Unsal notifications@github.com wrote:

That was the idea I had but it's not secure. The API key would be out in the open and the data fully accessible to all.

On Wednesday, June 24, 2015, alixfcl notifications@github.com wrote:

can we feed the info from these fields into a google form or an excel spreadsheet? then we can sort and manage the info on our end and feed it in to mailchimp.

On Tue, Jun 23, 2015 at 2:43 PM, Volkan Unsal < notifications@github.com javascript:_e(%7B%7D,'cvml','notifications@github.com');> wrote:

I don't think Mailchimp is going to let me do this. We can't embed their form inside our own, and we can't send the data to them in the backend, either –– it turns out. That means I need to setup a database backend for this to collect this data, which is going to extend the scope of the project.

— Reply to this email directly or view it on GitHub <https://github.com/volkanunsal/ndwa/issues/4#issuecomment-114604039 .


Alix Ford

Fair Care Labs http://www.faircarelabs.org/

alix@faircarelabs.org javascript:_e(%7B%7D,'cvml','alix@faircarelabs.org'); P. 917.513.7051

— Reply to this email directly or view it on GitHub https://github.com/volkanunsal/ndwa/issues/4#issuecomment-114910740.

Volkan Unsal web and mobile development volkanunsal.com

— Reply to this email directly or view it on GitHub https://github.com/volkanunsal/ndwa/issues/4#issuecomment-114914505.


Alix Ford

Fair Care Labs http://www.faircarelabs.org/

alix@faircarelabs.org P. 917.513.7051

— Reply to this email directly or view it on GitHub https://github.com/volkanunsal/ndwa/issues/4#issuecomment-114921720.

volkanunsal commented 9 years ago

Well, same problem persists whatever field we use. The data will be publically accessible and insecure. Do you still want to do it?

On Wednesday, June 24, 2015, alixfcl notifications@github.com wrote:

blah.... can we use only the email and name and zip code fields from the parties page (which we are using in 2 other places?) and not worry about the other fields? (i am guessing no, but worth asking)

On Wed, Jun 24, 2015 at 11:38 AM, Volkan Unsal <notifications@github.com javascript:_e(%7B%7D,'cvml','notifications@github.com');> wrote:

That was the idea I had but it's not secure. The API key would be out in the open and the data fully accessible to all.

On Wednesday, June 24, 2015, alixfcl <notifications@github.com javascript:_e(%7B%7D,'cvml','notifications@github.com');> wrote:

can we feed the info from these fields into a google form or an excel spreadsheet? then we can sort and manage the info on our end and feed it in to mailchimp.

On Tue, Jun 23, 2015 at 2:43 PM, Volkan Unsal < notifications@github.com javascript:_e(%7B%7D,'cvml','notifications@github.com'); <javascript:_e(%7B%7D,'cvml','notifications@github.com javascript:_e(%7B%7D,'cvml','notifications@github.com');');>> wrote:

I don't think Mailchimp is going to let me do this. We can't embed their form inside our own, and we can't send the data to them in the backend, either –– it turns out. That means I need to setup a database backend for this to collect this data, which is going to extend the scope of the project.

— Reply to this email directly or view it on GitHub <https://github.com/volkanunsal/ndwa/issues/4#issuecomment-114604039 .


Alix Ford

Fair Care Labs http://www.faircarelabs.org/

alix@faircarelabs.org javascript:_e(%7B%7D,'cvml','alix@faircarelabs.org'); <javascript:_e(%7B%7D,'cvml','alix@faircarelabs.org javascript:_e(%7B%7D,'cvml','alix@faircarelabs.org');');> P. 917.513.7051

— Reply to this email directly or view it on GitHub https://github.com/volkanunsal/ndwa/issues/4#issuecomment-114910740.

Volkan Unsal web and mobile development volkanunsal.com

— Reply to this email directly or view it on GitHub https://github.com/volkanunsal/ndwa/issues/4#issuecomment-114914505.


Alix Ford

Fair Care Labs http://www.faircarelabs.org/

alix@faircarelabs.org javascript:_e(%7B%7D,'cvml','alix@faircarelabs.org'); P. 917.513.7051

— Reply to this email directly or view it on GitHub https://github.com/volkanunsal/ndwa/issues/4#issuecomment-114921720.

Volkan Unsal web and mobile development volkanunsal.com

alixfcl commented 9 years ago

sorry... that comment from gaia applies to the SPLASH page and would fix the issue we have right now with mailchimp for the email form...

On Wed, Jun 24, 2015 at 11:51 AM, gaiafcl notifications@github.com wrote:

like this:

gaïa orain

Design Strategist

Fair Care Labs http://www.faircarelabs.org/ | National Domestic Workers Alliance http://www.domesticworkers.org/

gaia@faircarelabs.org | P: 347.314.2174

On Wed, Jun 24, 2015 at 11:49 AM, alixfcl notifications@github.com wrote:

blah.... can we use only the email and name and zip code fields from the parties page (which we are using in 2 other places?) and not worry about the other fields? (i am guessing no, but worth asking)

On Wed, Jun 24, 2015 at 11:38 AM, Volkan Unsal <notifications@github.com

wrote:

That was the idea I had but it's not secure. The API key would be out in the open and the data fully accessible to all.

On Wednesday, June 24, 2015, alixfcl notifications@github.com wrote:

can we feed the info from these fields into a google form or an excel spreadsheet? then we can sort and manage the info on our end and feed it in to mailchimp.

On Tue, Jun 23, 2015 at 2:43 PM, Volkan Unsal < notifications@github.com javascript:_e(%7B%7D,'cvml','notifications@github.com');> wrote:

I don't think Mailchimp is going to let me do this. We can't embed their form inside our own, and we can't send the data to them in the backend, either –– it turns out. That means I need to setup a database backend for this to collect this data, which is going to extend the scope of the project.

— Reply to this email directly or view it on GitHub < https://github.com/volkanunsal/ndwa/issues/4#issuecomment-114604039 .


Alix Ford

Fair Care Labs http://www.faircarelabs.org/

alix@faircarelabs.org javascript:_e(%7B%7D,'cvml','alix@faircarelabs.org'); P. 917.513.7051

— Reply to this email directly or view it on GitHub <https://github.com/volkanunsal/ndwa/issues/4#issuecomment-114910740 .

Volkan Unsal web and mobile development volkanunsal.com

— Reply to this email directly or view it on GitHub https://github.com/volkanunsal/ndwa/issues/4#issuecomment-114914505.


Alix Ford

Fair Care Labs http://www.faircarelabs.org/

alix@faircarelabs.org P. 917.513.7051

— Reply to this email directly or view it on GitHub https://github.com/volkanunsal/ndwa/issues/4#issuecomment-114921720.

— Reply to this email directly or view it on GitHub https://github.com/volkanunsal/ndwa/issues/4#issuecomment-114922825.


Alix Ford

Fair Care Labs http://www.faircarelabs.org/

alix@faircarelabs.org P. 917.513.7051

alixfcl commented 9 years ago

if we used the mailchimp code for those fields, i thought it would be secure.

no, we will not go with any solution that is unsecure. we will just live with less collected data.

On Wed, Jun 24, 2015 at 11:53 AM, Volkan Unsal notifications@github.com wrote:

Well, same problem persists whatever field we use. The data will be publically accessible and insecure. Do you still want to do it?

On Wednesday, June 24, 2015, alixfcl notifications@github.com wrote:

blah.... can we use only the email and name and zip code fields from the parties page (which we are using in 2 other places?) and not worry about the other fields? (i am guessing no, but worth asking)

On Wed, Jun 24, 2015 at 11:38 AM, Volkan Unsal <notifications@github.com javascript:_e(%7B%7D,'cvml','notifications@github.com');> wrote:

That was the idea I had but it's not secure. The API key would be out in the open and the data fully accessible to all.

On Wednesday, June 24, 2015, alixfcl <notifications@github.com javascript:_e(%7B%7D,'cvml','notifications@github.com');> wrote:

can we feed the info from these fields into a google form or an excel spreadsheet? then we can sort and manage the info on our end and feed it in to mailchimp.

On Tue, Jun 23, 2015 at 2:43 PM, Volkan Unsal < notifications@github.com javascript:_e(%7B%7D,'cvml','notifications@github.com'); <javascript:_e(%7B%7D,'cvml','notifications@github.com javascript:_e(%7B%7D,'cvml','notifications@github.com');');>> wrote:

I don't think Mailchimp is going to let me do this. We can't embed their form inside our own, and we can't send the data to them in the backend, either –– it turns out. That means I need to setup a database backend for this to collect this data, which is going to extend the scope of the project.

— Reply to this email directly or view it on GitHub < https://github.com/volkanunsal/ndwa/issues/4#issuecomment-114604039 .


Alix Ford

Fair Care Labs http://www.faircarelabs.org/

alix@faircarelabs.org javascript:_e(%7B%7D,'cvml','alix@faircarelabs.org'); <javascript:_e(%7B%7D,'cvml','alix@faircarelabs.org javascript:_e(%7B%7D,'cvml','alix@faircarelabs.org');');> P. 917.513.7051

— Reply to this email directly or view it on GitHub <https://github.com/volkanunsal/ndwa/issues/4#issuecomment-114910740 .

Volkan Unsal web and mobile development volkanunsal.com

— Reply to this email directly or view it on GitHub https://github.com/volkanunsal/ndwa/issues/4#issuecomment-114914505.


Alix Ford

Fair Care Labs http://www.faircarelabs.org/

alix@faircarelabs.org javascript:_e(%7B%7D,'cvml','alix@faircarelabs.org'); P. 917.513.7051

— Reply to this email directly or view it on GitHub https://github.com/volkanunsal/ndwa/issues/4#issuecomment-114921720.

Volkan Unsal web and mobile development volkanunsal.com

— Reply to this email directly or view it on GitHub https://github.com/volkanunsal/ndwa/issues/4#issuecomment-114923352.


Alix Ford

Fair Care Labs http://www.faircarelabs.org/

alix@faircarelabs.org P. 917.513.7051

volkanunsal commented 9 years ago

Gotcha. I'm on my phone so I can't see the screen grab.

On Wednesday, June 24, 2015, alixfcl notifications@github.com wrote:

sorry... that comment from gaia applies to the SPLASH page and would fix the issue we have right now with mailchimp for the email form...

On Wed, Jun 24, 2015 at 11:51 AM, gaiafcl <notifications@github.com javascript:_e(%7B%7D,'cvml','notifications@github.com');> wrote:

like this:

gaïa orain

Design Strategist

Fair Care Labs http://www.faircarelabs.org/ | National Domestic Workers Alliance http://www.domesticworkers.org/

gaia@faircarelabs.org javascript:_e(%7B%7D,'cvml','gaia@faircarelabs.org'); | P: 347.314.2174

On Wed, Jun 24, 2015 at 11:49 AM, alixfcl <notifications@github.com javascript:_e(%7B%7D,'cvml','notifications@github.com');> wrote:

blah.... can we use only the email and name and zip code fields from the parties page (which we are using in 2 other places?) and not worry about the other fields? (i am guessing no, but worth asking)

On Wed, Jun 24, 2015 at 11:38 AM, Volkan Unsal < notifications@github.com javascript:_e(%7B%7D,'cvml','notifications@github.com');

wrote:

That was the idea I had but it's not secure. The API key would be out in the open and the data fully accessible to all.

On Wednesday, June 24, 2015, alixfcl <notifications@github.com javascript:_e(%7B%7D,'cvml','notifications@github.com');> wrote:

can we feed the info from these fields into a google form or an excel spreadsheet? then we can sort and manage the info on our end and feed it in to mailchimp.

On Tue, Jun 23, 2015 at 2:43 PM, Volkan Unsal < notifications@github.com javascript:_e(%7B%7D,'cvml','notifications@github.com'); <javascript:_e(%7B%7D,'cvml','notifications@github.com javascript:_e(%7B%7D,'cvml','notifications@github.com');');>> wrote:

I don't think Mailchimp is going to let me do this. We can't embed their form inside our own, and we can't send the data to them in the backend, either –– it turns out. That means I need to setup a database backend for this to collect this data, which is going to extend the scope of the project.

— Reply to this email directly or view it on GitHub < https://github.com/volkanunsal/ndwa/issues/4#issuecomment-114604039 .


Alix Ford

Fair Care Labs http://www.faircarelabs.org/

alix@faircarelabs.org javascript:_e(%7B%7D,'cvml','alix@faircarelabs.org'); <javascript:_e(%7B%7D,'cvml','alix@faircarelabs.org javascript:_e(%7B%7D,'cvml','alix@faircarelabs.org');');> P. 917.513.7051

— Reply to this email directly or view it on GitHub < https://github.com/volkanunsal/ndwa/issues/4#issuecomment-114910740 .

Volkan Unsal web and mobile development volkanunsal.com

— Reply to this email directly or view it on GitHub <https://github.com/volkanunsal/ndwa/issues/4#issuecomment-114914505 .


Alix Ford

Fair Care Labs http://www.faircarelabs.org/

alix@faircarelabs.org javascript:_e(%7B%7D,'cvml','alix@faircarelabs.org'); P. 917.513.7051

— Reply to this email directly or view it on GitHub https://github.com/volkanunsal/ndwa/issues/4#issuecomment-114921720.

— Reply to this email directly or view it on GitHub https://github.com/volkanunsal/ndwa/issues/4#issuecomment-114922825.


Alix Ford

Fair Care Labs http://www.faircarelabs.org/

alix@faircarelabs.org javascript:_e(%7B%7D,'cvml','alix@faircarelabs.org'); P. 917.513.7051

— Reply to this email directly or view it on GitHub https://github.com/volkanunsal/ndwa/issues/4#issuecomment-114923597.

Volkan Unsal web and mobile development volkanunsal.com

gaiafcl commented 9 years ago

Bug: the 1.5x field only works sometimes, more often with the +/- toggles.

image

volkanunsal commented 9 years ago

@gaiafcl I just got in front of my computer. Your images are stripped out from your posts. Can you try posting them again?

gaiafcl commented 9 years ago

@volkanunsal images replaced: Bug: the 1.5x field only works sometimes, more often with the +/- toggles. image

gaiafcl commented 9 years ago

Remove white space @ bottom of page: add ~150px space between content and powered by FCL footer. image

gaiafcl commented 9 years ago

add: zipcode field to splash page image to avoid this error message: image

volkanunsal commented 9 years ago

Ok, done. Everything should be working.

On Wed, Jun 24, 2015 at 3:55 PM, gaiafcl notifications@github.com wrote:

add: zipcode field to splash page [image: image] https://cloud.githubusercontent.com/assets/12501791/8339960/51557f86-1a89-11e5-87a0-ed426405d36b.png to avoid this error message: [image: image] https://cloud.githubusercontent.com/assets/12501791/8339972/62554bc2-1a89-11e5-96de-4fea92e2aac5.png

— Reply to this email directly or view it on GitHub https://github.com/volkanunsal/ndwa/issues/4#issuecomment-114992848.

Volkan Unsal web and mobile development volkanunsal.com